support the graphql-ws subprotocol#482
Draft
oliver-sanders wants to merge 1 commit intocylc:masterfrom
Draft
Conversation
* The protocol for message exchange employed over a websocket connection is referred as the subprotocol. * We currently use the `graphql-ws` subprotocol for serving GraphQL subscriptions over websockets. * The JavaScript library which implements the `grahpql-ws` subprotocol is no longer maintained. * This PR adds support for the `graphql-transport-ws` subprotocol, allowing us to migrate our client away from this unsupported library. * This requires graphql-python/graphql-ws#65 and a new release of the Python graphql-ws library to work.
8 tasks
Member
Author
|
This is no longer blocked as the subprotocol support is now contained within the cylc-uiserver library itself. |
Member
|
Closes #690? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sibling: cylc/cylc-ui#1429
graphql-wssubprotocol for serving GraphQL subscriptions over websockets.grahpql-wssubprotocol is no longer maintained.graphql-transport-wssubprotocol, allowing us to migrate our client away from this unsupported library.Check List
CONTRIBUTING.mdand added my name as a Code Contributor.setup.cfg(andconda-environment.ymlif present).CHANGES.mdentry included if this is a change that can affect users?.?.xbranch.