more tests for PresenceHub

This commit is contained in:
Artemy
2025-07-24 13:54:59 +07:00
parent caefcd5827
commit 73f22a3ace
3 changed files with 86 additions and 3 deletions
+2 -2
View File
@@ -57,13 +57,13 @@ public class FriendsHub : Hub
else if (exception != null)
{
_logger.LogWarning(exception,
"User disconnected with an exception and invalid UserID claim. ConnectionId: {ConnectionId}",
"User disconnected with an exception and invalid UserId claim. ConnectionId: {ConnectionId}",
Context.ConnectionId);
}
else
{
_logger.LogInformation(
"User disconnected with no exception and invalid UserID claim. ConnectionId: {ConnectionId}",
"User disconnected with no exception and invalid UserId claim. ConnectionId: {ConnectionId}",
Context.ConnectionId);
}