Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconnect WebSocket after disconnect #170

Open
aarondoet opened this issue Mar 3, 2025 · 1 comment
Open

Reconnect WebSocket after disconnect #170

aarondoet opened this issue Mar 3, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@aarondoet
Copy link

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.

@aarondoet aarondoet added the enhancement New feature or request label Mar 3, 2025
@dannykorpan
Copy link

Same problem here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants