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