MachUpskillingFY17 / JabbR-Core

Modern edition of JabbR chat client using .NET Core
MIT License
7 stars 8 forks source link

Users are still viewed as online after they close their browser #330

Open jcocchi opened 7 years ago

jcocchi commented 7 years ago

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.