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
Currently, the app depends on a window.onbeforeunload even to know that a user has left the room. While this is great for immediate feedback, it's not 100% reliable. Ideally, the application will keep track of whether or not a user is in a room.
The text was updated successfully, but these errors were encountered:
Perhaps a "heartbeat" can be sent from the app every so often; if the app doesn't receive a heartbeat from a user, it can assume they are disconnected.
Currently, the app depends on a
window.onbeforeunload
even to know that a user has left the room. While this is great for immediate feedback, it's not 100% reliable. Ideally, the application will keep track of whether or not a user is in a room.The text was updated successfully, but these errors were encountered: