1 write to MaximumParallelInvocations
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
128
MaximumParallelInvocations
= _maxParallelInvokes,
1 reference to MaximumParallelInvocations
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
94
var maxInvokeLimit = contextOptions.
MaximumParallelInvocations
;