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