2 writes to Stopping
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
757connectionState.Stopping = true; 1846connectionState.Stopping = true;
3 references to Stopping
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
1924if (connectionState.Stopping || _reconnectPolicy == null) 2544if (DateTime.UtcNow.Ticks > Volatile.Read(ref _nextActivationSendPing) && !Stopping) 2712return CurrentConnectionStateUnsynchronized is not null && !CurrentConnectionStateUnsynchronized.Stopping;