1 write to ActiveInvocationLimit
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
100ActiveInvocationLimit = new ChannelBasedSemaphore(maxInvokeLimit);
4 references to ActiveInvocationLimit
Microsoft.AspNetCore.SignalR.Core (4)
HubConnectionHandler.cs (1)
297_ = connection.ActiveInvocationLimit.TryAcquire();
Internal\DefaultHubDispatcher.cs (3)
160return connection.ActiveInvocationLimit.RunAsync(static state => 350return connection.ActiveInvocationLimit.RunAsync(static state => 746hub.Clients = new HubCallerClients(_hubContext.Clients, connection.ConnectionId, connection.ActiveInvocationLimit)