2 instantiations of RedisSubscriptionManager
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
27
private readonly RedisSubscriptionManager _groups = new
RedisSubscriptionManager
();
28
private readonly RedisSubscriptionManager _users = new
RedisSubscriptionManager
();
2 references to RedisSubscriptionManager
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
27
private readonly
RedisSubscriptionManager
_groups = new RedisSubscriptionManager();
28
private readonly
RedisSubscriptionManager
_users = new RedisSubscriptionManager();