This commit is contained in:
Artemy
2025-07-24 13:43:51 +07:00
parent d5299f2b79
commit caefcd5827
3 changed files with 116 additions and 14 deletions
-1
View File
@@ -49,7 +49,6 @@ public class FriendsHub : Hub
var userId = _userAccessor.GetUserId(Context, true);
if (userId != Guid.Empty)
{
// Remove user from their own group
await Groups.RemoveFromGroupAsync(Context.ConnectionId, userId.ToString());
_logger.LogInformation(
"User {UserId} disconnected with ConnectionId {ConnectionId} and removed from their group", userId,