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