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

[dagster webserver] fix websockets on py3.11 #19328

Merged

Conversation

alangenfeld
Copy link
Member

@alangenfeld alangenfeld commented Jan 19, 2024

another place effected by python/cpython#100458

the string <GraphQLWS.PROTOCOL: 'graphql-ws'> was being sent instead of graphql-ws

How I Tested These Changes

added assert to test that would have caught this

@alangenfeld
Copy link
Member Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@alangenfeld alangenfeld force-pushed the al/01-19-_dagster_webserver_fix_websockets_on_py3.11 branch from 3b46830 to de3f125 Compare January 19, 2024 21:51
@alangenfeld alangenfeld requested a review from prha January 19, 2024 21:55
@alangenfeld alangenfeld marked this pull request as ready for review January 19, 2024 21:55
@alangenfeld alangenfeld merged commit 962b4f2 into master Jan 19, 2024
1 check failed
@alangenfeld alangenfeld deleted the al/01-19-_dagster_webserver_fix_websockets_on_py3.11 branch January 19, 2024 22:16
PedramNavid pushed a commit that referenced this pull request Jan 26, 2024
another place effected by
python/cpython#100458

the string `<GraphQLWS.PROTOCOL: 'graphql-ws'>` was being sent instead
of `graphql-ws`

## How I Tested These Changes

added assert to test that would have caught this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants