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)
229_ = connection.ActiveInvocationLimit.TryAcquire();
Internal\DefaultHubDispatcher.cs (2)
297return connection.ActiveInvocationLimit.RunAsync(static state => 628hub.Clients = new HubCallerClients(_hubContext.Clients, connection.ConnectionId, connection.ActiveInvocationLimit) { InvokeAllowed = invokeAllowed };