5 references to Reconnecting
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
1820
_state.ChangeState(HubConnectionState.Connected, HubConnectionState.
Reconnecting
);
1848
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
1870
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Connected);
1885
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
1910
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);