2 writes to Stopping
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
605
connectionState.
Stopping
= true;
1672
connectionState.
Stopping
= true;
3 references to Stopping
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1750
if (connectionState.
Stopping
|| _reconnectPolicy == null)
2356
if (DateTime.UtcNow.Ticks > Volatile.Read(ref _nextActivationSendPing) && !
Stopping
)
2524
return CurrentConnectionStateUnsynchronized is not null && !CurrentConnectionStateUnsynchronized.
Stopping
;