3 references to ActiveRequestCancellationSources
Microsoft.AspNetCore.SignalR.Core (3)
Internal\DefaultHubDispatcher.cs (3)
186if (connection.ActiveRequestCancellationSources.TryGetValue(cancelInvocationMessage.InvocationId!, out var cts)) 529if (!connection.ActiveRequestCancellationSources.TryAdd(invocationId, streamCts)) 600connection.ActiveRequestCancellationSources.TryRemove(invocationId, out _);