1 write to GroupManagement
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisChannels.cs (1)
36GroupManagement = prefix + ":internal:groups";
2 references to GroupManagement
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
352await PublishAsync(_channels.GroupManagement, message); 482var channel = await _bus!.SubscribeAsync(RedisChannel.Literal(_channels.GroupManagement));