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 userA enters roomB and then closes their browser without leaving roomB or logging out, other users in the room still view userA as in the room and as online. The ChatRoomUsers object is also never cleared from the database so, although SignalR knows that the user's connection has closed, the room still thinks that the user is in it.
The text was updated successfully, but these errors were encountered:
When userA enters roomB and then closes their browser without leaving roomB or logging out, other users in the room still view userA as in the room and as online. The ChatRoomUsers object is also never cleared from the database so, although SignalR knows that the user's connection has closed, the room still thinks that the user is in it.
The text was updated successfully, but these errors were encountered: