-
Notifications
You must be signed in to change notification settings - Fork 139
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
Detect broken socket and reconnect automatically #50
Comments
We could also do a version check and reload the page (avoiding the client running stale code during development). |
Note that in neovim, |
related #563 |
Thank you @code-SL for the neovim solution! I added the following to
and that alleviated the issue. |
If the socket closes, the client never tries to reopen and reconnect.
The text was updated successfully, but these errors were encountered: