You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
When the WebSocket gets closed for whatever reason, the website should automatically try to reconnect and update again.
I am currently using Caddy as a reverse proxy and whenever the config changes all websockets close. On the website I don't see any indication for this, only that it stops updating, which could also have other causes (e.g. download speed dropped). You have to realize this happened and reload the page manually. It would be great if it would just try to establish a connection again every like 10 seconds.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
When the WebSocket gets closed for whatever reason, the website should automatically try to reconnect and update again.
I am currently using Caddy as a reverse proxy and whenever the config changes all websockets close. On the website I don't see any indication for this, only that it stops updating, which could also have other causes (e.g. download speed dropped). You have to realize this happened and reload the page manually. It would be great if it would just try to establish a connection again every like 10 seconds.
The text was updated successfully, but these errors were encountered: