5 references to Reconnecting
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
1826
_state.ChangeState(HubConnectionState.Connected, HubConnectionState.
Reconnecting
);
1854
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
1876
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Connected);
1891
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
1916
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);