2 writes to Stopping
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
599
connectionState.
Stopping
= true;
1662
connectionState.
Stopping
= true;
3 references to Stopping
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1740
if (connectionState.
Stopping
|| _reconnectPolicy == null)
2346
if (DateTime.UtcNow.Ticks > Volatile.Read(ref _nextActivationSendPing) && !
Stopping
)
2514
return CurrentConnectionStateUnsynchronized is not null && !CurrentConnectionStateUnsynchronized.
Stopping
;