We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7426daf commit 47a79ffCopy full SHA for 47a79ff
.github/workflows/test.yaml
@@ -128,7 +128,8 @@ jobs:
128
# This could be related to jupyter-server-proxy's issue
129
# https://github.com/jupyterhub/jupyter-server-proxy/issues/459
130
# because the client/proxy websocket handshake completes before the
131
- # proxy/server handshake.
+ # proxy/server handshake. This issue is tracked for this project by
132
+ # https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/105.
133
#
134
websocat --binary --one-message --exit-on-eof 'ws://localhost:8888/desktop-websockify/?token=secret' 2>&1 \
135
| tee -a /dev/stderr \
0 commit comments