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