5 references to Reconnecting
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
2004
_state.ChangeState(HubConnectionState.Connected, HubConnectionState.
Reconnecting
);
2032
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
2054
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Connected);
2069
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
2094
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);