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
This pointer may be deleted and the same address could be given to another object. In this case, the server will think it already has a servant for this pointer and will return the old servant, which is wrong.
Note that this only happens when persistent storage is set to false. A possible fix is to remove the servant from the server map when persistent storage is disabled.
The text was updated successfully, but these errors were encountered:
Servant keys should not be the storage pointer.
This pointer may be deleted and the same address could be given to another object. In this case, the server will think it already has a servant for this pointer and will return the old servant, which is wrong.
Note that this only happens when persistent storage is set to false. A possible fix is to remove the servant from the server map when persistent storage is disabled.
The text was updated successfully, but these errors were encountered: