3 references to Connecting
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
308if (!_state.TryChangeState(HubConnectionState.Disconnected, HubConnectionState.Connecting)) 325_state.ChangeState(HubConnectionState.Connecting, HubConnectionState.Connected); 329if (_state.TryChangeState(HubConnectionState.Connecting, HubConnectionState.Disconnected))