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