1 write to OverallState
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2473OverallState = newState;
4 references to OverallState
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (4)
197public HubConnectionState State => _state.OverallState; 2457Log.StateTransitionFailed(_logger, expectedState, newState, OverallState); 2458throw new InvalidOperationException($"The HubConnection failed to transition from the '{expectedState}' state to the '{newState}' state because it was actually in the '{OverallState}' state."); 2468if (OverallState != expectedState)