-
Notifications
You must be signed in to change notification settings - Fork 56
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
Websocket connection error #84
Comments
It seems that the server wants to send something on a socket which is in a invalid state. This is an Can you investigate why the connection is closed? |
Fixed this issue on the client side - had some event starting the websocket multiple times. Ok to close issue. |
I'll leave it open because the server should handle it gracefully. The fix will be an easy try catch with some logging. |
Issue #84: Catch errors on ws and log warning
While testing vscode-elm websocket against elm-analyse, I get this exception/stack trace when saving files (after initial ws connection). I have only observed this on Windows so far (Much faster on Linux). At the same time it also seems to restart the socket connection (I have a message showing up on the "open" event).
This could possibly be related to my ws implementation.
The text was updated successfully, but these errors were encountered: