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