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