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