4 references to Connecting
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
272if (!_state.TryChangeState(HubConnectionState.Disconnected, HubConnectionState.Connecting)) 289_state.ChangeState(HubConnectionState.Connecting, HubConnectionState.Connected); 293if (_state.TryChangeState(HubConnectionState.Connecting, HubConnectionState.Disconnected))
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubConnectionTests.ConnectionLifecycle.cs (1)
251Assert.Equal(HubConnectionState.Connecting, connection.State);