2 references to ConnectionState
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
774
var newTtl = await RefreshAuthenticationAsyncCore(timerState.
ConnectionState
, cancellationToken: default).ConfigureAwait(false);
787
if (!ReferenceEquals(_authRefreshConnectionState, timerState.
ConnectionState
)