You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was deserializing with BeforeInitialGet() and serializing with BeforeSave(). BeforeInitialGet() runs every time I run the server, and BeforeSave() runs every time I disconnect from the server. I deserialize the table in BeforeInitialGet(). However, sometimes, the deserialized table from BeforeSave(deserialized) is serialized instead. At times like that, Update(), OnUpdate(), and other functions also have the serialized table. This only happens sometimes. Other times, it works fine. I know BeforeInitialGet() runs every time because I have print statements there, and they run as expected.
The text was updated successfully, but these errors were encountered:
I was deserializing with BeforeInitialGet() and serializing with BeforeSave(). BeforeInitialGet() runs every time I run the server, and BeforeSave() runs every time I disconnect from the server. I deserialize the table in BeforeInitialGet(). However, sometimes, the deserialized table from BeforeSave(deserialized) is serialized instead. At times like that, Update(), OnUpdate(), and other functions also have the serialized table. This only happens sometimes. Other times, it works fine. I know BeforeInitialGet() runs every time because I have print statements there, and they run as expected.
The text was updated successfully, but these errors were encountered: