From 47a79ff9ab35592ca2c56e6f3ed7a36436bf6c74 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 30 Mar 2024 07:20:35 +0100 Subject: [PATCH] Update inline comment about initial attempt failure --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a8a5cea1..dc2b8c4d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -128,7 +128,8 @@ jobs: # This could be related to jupyter-server-proxy's issue # https://github.com/jupyterhub/jupyter-server-proxy/issues/459 # because the client/proxy websocket handshake completes before the - # proxy/server handshake. + # proxy/server handshake. This issue is tracked for this project by + # https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/105. # websocat --binary --one-message --exit-on-eof 'ws://localhost:8888/desktop-websockify/?token=secret' 2>&1 \ | tee -a /dev/stderr \