4 references to User
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
RedisHubLifetimeManager.cs (4)
205return PublishAsync(_channels.User(userId), message); 285publishTasks.Add(PublishAsync(_channels.User(userId), payload)); 359var userChannel = _channels.User(connection.UserIdentifier!); 585var userChannel = _channels.User(connection.UserIdentifier!);