2 instantiations of DefaultRetryPolicy
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnectionBuilderExtensions.cs (2)
37hubConnectionBuilder.Services.AddSingleton<IRetryPolicy>(new DefaultRetryPolicy()); 52hubConnectionBuilder.Services.AddSingleton<IRetryPolicy>(new DefaultRetryPolicy(reconnectDelays));