obiwanconobi

Results 1 comments of obiwanconobi

> I ran into the same issue today. Seems to be fixed with > > ``` > services.AddServerSideBlazor() > .AddHubOptions(options => > { > options.ClientTimeoutInterval = TimeSpan.FromSeconds(5); > }); >...