-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Reconnecting issues #3224
Comments
I was unable to verify if the same happens when only the connection is lost between the client and the server. So no backend stop. I set |
|
Thanks, @akosyakov. I will try this and update the thread. |
I will try with https://mitmproxy.org. It is open source. |
+1 on testing this properly. However from my experience with using a backend from the other side of the ocean, in a setup where the network is sometimes flaky, I do relatively often experience the client disconnecting, and it seems to reconnect without causing visible issues. |
Steps to reproduce with TS (Java is below):
rm -rf ~/.theia
. (I am not sure this is mandatory.)theia
as your workspace root.os.ts
in Theia. Make sure your LS has started. You can verify with the CA.Steps to reproduce with Java (TS is above):
rm -rf ~/.theia
. (I am not sure this is mandatory.)eclipse.jdt.ls
as your workspace root.AbstractProjectImporter.java
in Theia. Make sure your LS has started. You can verify with the CA.Finally, it ends up with the following error:
Related issues: #3150, #3145, #3148 (comment)
The text was updated successfully, but these errors were encountered: