2 references to GetNextRetryDelay
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
1805
var nextRetryDelay =
GetNextRetryDelay
(previousReconnectAttempts, TimeSpan.Zero, retryReason);
1898
nextRetryDelay =
GetNextRetryDelay
(previousReconnectAttempts, DateTime.UtcNow - reconnectStartTime, retryReason);