5 references to Reconnecting
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
2133
_state.ChangeState(HubConnectionState.Connected, HubConnectionState.
Reconnecting
);
2161
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
2183
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Connected);
2198
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);
2223
_state.ChangeState(HubConnectionState.
Reconnecting
, HubConnectionState.Disconnected);