8 references to _clientResultsManager
Microsoft.AspNetCore.SignalR.StackExchangeRedis (8)
RedisHubLifetimeManager.cs (8)
392var task = _clientResultsManager.AddInvocation<T>(connectionId, invocationId, linkedToken); 417_clientResultsManager.RemoveInvocation(invocationId); 439_clientResultsManager.TryCompleteResult(connectionId, result); 446return _clientResultsManager.TryGetType(invocationId, out type); 542_clientResultsManager.AddInvocation(invocation.InvocationId, 572var invocationInfo = _clientResultsManager.RemoveInvocation(invocation.InvocationId); 671var parseSuccess = protocol.TryParseMessage(ref ros, _clientResultsManager, out hubMessage); 701var invocationInfo = _clientResultsManager.RemoveInvocation(((CompletionMessage)hubMessage!).InvocationId!);