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