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