Automatically Reconnecting to Server #4836
Unanswered
ConnorNelson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey Connor! Great question. My hunch says that if you reload the server running code-server that you'll have to reload the page 🤔 Maybe there's a solution though. Let me ping a few teammates and see if I can get some help from folks with more Docker experience than me. cc @code-asher @bpmct @jawnsy P.S. I see you're from Arizona! Super cool seeing other Arizonians in the code-server community. Bear down 🐻⬇️ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am wondering what the best way to support automatically reconnecting to the server is. Basically, I want to be able to start the server, connect in the browser, interact with VS code in the browser, restart the server, and continue interacting without needing to reload the page.
When testing this use-case, I see the message,
and the browser remains disconnected from VS code until I refresh the browser tab.
To further expand upon my use case, I have users that will be performing work in one docker container, and eventually they need to be migrated to a different container. I see a potential path forward that would involve keeping the server running and migrating that running process to the new namespace, but I am hoping maybe there is a simpler path forward.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions