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