1 write to ActiveInvocationLimit
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
95ActiveInvocationLimit = new ChannelBasedSemaphore(maxInvokeLimit);
3 references to ActiveInvocationLimit
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionHandler.cs (1)
226_ = connection.ActiveInvocationLimit.TryAcquire();
Internal\DefaultHubDispatcher.cs (2)
305return connection.ActiveInvocationLimit.RunAsync(static state => 660hub.Clients = new HubCallerClients(_hubContext.Clients, connection.ConnectionId, connection.ActiveInvocationLimit) { InvokeAllowed = invokeAllowed };