2 references to _groups
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
317
return
_groups
.AddSubscriptionAsync(groupChannel, connection, SubscribeToGroupAsync);
328
await
_groups
.RemoveSubscriptionAsync(groupChannel, connection, this, static (state, channelName) =>