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
After the websocket connection is recreated for network problems, clicking Add Configuration of debug panel will only show some useless suggestions.
This problem appears frequently because of my bad network and is very annoying.
right suggestions
wrong suggestions after a new websocket is created
Reproduction Steps
This issue may be difficult to reproduce in reliable networks, so I use iptables to cut the network connection between the server and client as follows:
The sleep time should be long enough, otherwise the old websocket connection will be reused and the problem will not be reproduced. OS and Theia version:
os: centos 7
theia commit id: 1808d78 Diagnostics:
The text was updated successfully, but these errors were encountered:
It's a regression since restart skips now if a server is not running, but it does not play nicely with reconnection. I will do a PR promptly. cc @AlexTugarev
Since restart skips if a server is not running, on reconnection a server has to be restarted forcefully if it was running before.
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Since restart skips if a server is not running, on reconnection a server has to be restarted forcefully if it was running before.
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
… reconnect
Since restart skips if a server is not running, on reconnection a server has to be restarted forcefully if it was running before.
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Description
After the websocket connection is recreated for network problems, clicking
Add Configuration
of debug panel will only show some useless suggestions.This problem appears frequently because of my bad network and is very annoying.
right suggestions
wrong suggestions after a new websocket is created
Reproduction Steps
This issue may be difficult to reproduce in reliable networks, so I use
iptables
to cut the network connection between the server and client as follows:The
sleep time
should be long enough, otherwise the old websocket connection will be reused and the problem will not be reproduced.OS and Theia version:
os: centos 7
theia commit id: 1808d78
Diagnostics:
The text was updated successfully, but these errors were encountered: