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
When a user shutdowns the client abnormally, his (her) user object will remain in OnlineUsers.users. This makes the server think the user is still online.
I should implement a KeepAlive scheme to tackle with this problem.
The text was updated successfully, but these errors were encountered:
When a user shutdowns the client abnormally, his (her) user object will remain in OnlineUsers.users. This makes the server think the user is still online.
I should implement a KeepAlive scheme to tackle with this problem.
The text was updated successfully, but these errors were encountered: