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