jupyterlab-desktop icon indicating copy to clipboard operation
jupyterlab-desktop copied to clipboard

Locally running server lists shows servers previously closed but having same port

Open mbektas opened this issue 1 year ago • 0 comments

If there were JupyterLab servers shutdown but appear in jupyter server list due to unclean state also appear in Connect dialog. This must be due to socket connection check (isPortInUse) without token validation. For solution, additional token validation can be done if the running server list contains same port multiple times.

mbektas avatar Jan 30 '23 00:01 mbektas