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
Previously, the comms fix depended on the connected user handshaking
on the endCall message, which gives a tiny window where another user
could potentially reconnect and send out the joinRoom message before
cleanup of the previous call is finished.
This change places the room leaving algo before the endCall message
within the same hook as the disconnecting message, which should help
mitigate this latency window issue by preventing messages from
propagating to the frontend while its still performing its cleanup.
0 commit comments