5 references to Reconnecting
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
1830
_state.ChangeState(HubConnectionState.Connected, HubConnectionState.
Reconnecting
);
1858
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
1880
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Connected);
1895
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
1920
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);