1 write to MaximumParallelInvocationsPerClient
Microsoft.AspNetCore.SignalR.Core (1)
HubOptionsSetup`T.cs (1)
39options.MaximumParallelInvocationsPerClient = _hubOptions.MaximumParallelInvocationsPerClient;
3 references to MaximumParallelInvocationsPerClient
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionHandler.cs (2)
74_maxParallelInvokes = _hubOptions.MaximumParallelInvocationsPerClient; 87_maxParallelInvokes = _globalHubOptions.MaximumParallelInvocationsPerClient;
HubOptionsSetup`T.cs (1)
39options.MaximumParallelInvocationsPerClient = _hubOptions.MaximumParallelInvocationsPerClient;