1 instantiation of ChannelBasedSemaphore
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
95ActiveInvocationLimit = new ChannelBasedSemaphore(maxInvokeLimit);
3 references to ChannelBasedSemaphore
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionContext.cs (1)
118internal ChannelBasedSemaphore ActiveInvocationLimit { get; }
Internal\HubCallerClients.cs (2)
10internal readonly ChannelBasedSemaphore _parallelInvokes; 19public HubCallerClients(IHubClients hubClients, string connectionId, ChannelBasedSemaphore parallelInvokes)