Skip to content

Commit 47a79ff

Browse files
committed
Update inline comment about initial attempt failure
1 parent 7426daf commit 47a79ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
# This could be related to jupyter-server-proxy's issue
129129
# https://github.com/jupyterhub/jupyter-server-proxy/issues/459
130130
# because the client/proxy websocket handshake completes before the
131-
# proxy/server handshake.
131+
# proxy/server handshake. This issue is tracked for this project by
132+
# https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/105.
132133
#
133134
websocat --binary --one-message --exit-on-eof 'ws://localhost:8888/desktop-websockify/?token=secret' 2>&1 \
134135
| tee -a /dev/stderr \

0 commit comments

Comments
 (0)