2 references to _users
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
361
return
_users
.RemoveSubscriptionAsync(userChannel, connection, this, static (state, channelName) =>
587
return
_users
.AddSubscriptionAsync(userChannel, connection, async (channelName, subscriptions) =>