1 write to GroupName
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisGroupCommand.cs (1)
38GroupName = groupName;
3 references to GroupName
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
Internal\RedisProtocol.cs (1)
111writer.Write(command.GroupName);
RedisHubLifetimeManager.cs (2)
498await RemoveGroupAsyncCore(connection, groupMessage.GroupName); 503await AddGroupAsyncCore(connection, groupMessage.GroupName);