1 write to MaximumParallelInvocationsPerClient
Microsoft.AspNetCore.SignalR.Core (1)
HubOptionsSetup`T.cs (1)
39
options.
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)
39
options.MaximumParallelInvocationsPerClient = _hubOptions.
MaximumParallelInvocationsPerClient
;