2 writes to _maxParallelInvokes
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionHandler.cs (2)
74
_maxParallelInvokes
= _hubOptions.MaximumParallelInvocationsPerClient;
87
_maxParallelInvokes
= _globalHubOptions.MaximumParallelInvocationsPerClient;
1 reference to _maxParallelInvokes
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
128
MaximumParallelInvocations =
_maxParallelInvokes
,