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