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