Changes between Initial Version and Version 1 of Ticket #3832, comment 2


Ignore:
Timestamp:
Mar 17, 2016, 11:49:01 PM (8 years ago)
Author:
Josh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3832, comment 2

    initial v1  
    11This turned out to be a lot more complicated than I imagined. The server only sends timestamps for delayed messages, so we have to locally track timestamps for normal messages. It was being done in lobby.js, but lobby.js must be stateless because it is dynamically loaded/unloaded.
    22
    3 The attached patch fixes this by adding timestamps (in seconds since the GMT epoch) to every gui message.
     3The attached patch fixes this by adding timestamps (in seconds since the GMT epoch) to every GUI message.