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