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