1 write to InvocationId
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisInvocation.cs (1)
29
InvocationId
= invocationId;
4 references to InvocationId
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
RedisHubLifetimeManager.cs (4)
539
if (!string.IsNullOrEmpty(invocation.
InvocationId
))
542
_clientResultsManager.AddInvocation(invocation.
InvocationId
,
572
var invocationInfo = _clientResultsManager.RemoveInvocation(invocation.
InvocationId
);
573
invocationInfo?.Completion(null!, CompletionMessage.WithError(invocation.
InvocationId
, "Connection disconnected."));