-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Description
For both ASP.NET and ASP.NET Core SignalR, when connecting to an Azure SignalR service. If by any reason, the user loses connection to internet, and then sends a message while being offline, the Websocket will close returning a 1006 Close code. By the time the internet comes back (Approximately 7-15 seconds), the message is lost, and the user needs to re click the action in order to send the message again after the hub is reconnected.
I have tried to increate all time outs mentioned here:
and
https://learn.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-8.0&tabs=dotnet
How to replicate this issue:
Metadata
Metadata
Assignees
Labels
No labels