Skip to content
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

Missing yield statement on WebSocketChannelsHandler #4724

Merged
merged 1 commit into from Jun 26, 2019

Conversation

kevin-bates
Copy link
Member

We were missing a yield statement in the deferral of get() to
the superclass. This issue was occurring only when Tornado 6+
was deployed.

Also removed a debug message producing way too much information.

Note: This should be included for Notebook 6.0.

We were missing a yield statement in the deferral of `get()` to
the superclass.  This issue was occurring only when Tornado 6+
was deployed.

Also removed a debug message producing way too much information.

Note: This should be included for Notebook 6.0.
@lresende lresende added this to the 6.0 milestone Jun 26, 2019
Copy link
Member

@lresende lresende left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, validated this on a YARN/Spark gateway env with latest tornado release.

@lresende lresende merged commit f6e3c23 into jupyter:master Jun 26, 2019
@kevin-bates kevin-bates deleted the fix-gateway-handler branch June 26, 2019 22:11
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants