2 references to Remove
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
237
return SendGroupActionAndWaitForAck(connectionId, groupName, GroupAction.
Remove
);
496
if (groupMessage.Action == GroupAction.
Remove
)