Changes between Initial Version and Version 6 of Ticket #4239


Ignore:
Timestamp:
Sep 27, 2016, 4:48:30 PM (8 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4239

    • Property Status newreopened
    • Property Keywords review removed
  • Ticket #4239 – Description

    initial v6  
    1 The data in `DataTemplateManager` is only read from the disk so we don't serialize it. However, on rejoin, if a template had been loaded by the host, the next time this template is loaded, the guest will load a new JS object (which has the same content as the host's but it's not the same object).
     1The data in `DataTemplateManager` (r18100) is only read from the disk so we don't serialize it. However, on rejoin, if a template had been loaded by the host, the next time this template is loaded, the guest will load a new JS object (which has the same content as the host's but it's not the same object).
    22
    33Upon serialization, the objects will have different backrefs on the two instances, leading to a difference in the binary simstates.