3 references to RemoveInvocation
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
RedisHubLifetimeManager.cs (3)
417
_clientResultsManager.
RemoveInvocation
(invocationId);
572
var invocationInfo = _clientResultsManager.
RemoveInvocation
(invocation.InvocationId);
701
var invocationInfo = _clientResultsManager.
RemoveInvocation
(((CompletionMessage)hubMessage!).InvocationId!);