-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Websocket subprotocol checked before the connection is established. #705
Comments
It's strange because we also access |
Thanks for tracking this down, @davidbrochart!
Interesting! The case I shared above happened while using Safari 14.1.2. I'm not seeing this issue in other browsers or even other versions of Safari.
I agree. We can even make the default subprotocol a configurable trait if there's demand for this. |
We can already configure the prefered kernel websocket protocol to use. |
I'm seeing the following issue when launching (pending) kernels after #657
It seems that
ws_connection
is not necessarily set beforeselected_subprotocol
is checked in the_on_zmq_reply
method.Pinging @davidbrochart, in case you have any insights. I'll take a closer look later this week too.
The text was updated successfully, but these errors were encountered: