2 references to AddSubscriptionAsync
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
317
return _groups.
AddSubscriptionAsync
(groupChannel, connection, SubscribeToGroupAsync);
587
return _users.
AddSubscriptionAsync
(userChannel, connection, async (channelName, subscriptions) =>