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