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

deps: swap subscriptions-transport-ws for graphql-ws #1199

Closed
oliver-sanders opened this issue Jan 10, 2023 · 1 comment
Closed

deps: swap subscriptions-transport-ws for graphql-ws #1199

oliver-sanders opened this issue Jan 10, 2023 · 1 comment
Labels
dependencies Pull requests that update a dependency file duplicate This issue or pull request already exists

Comments

@oliver-sanders
Copy link
Member

oliver-sanders commented Jan 10, 2023

subscriptions-transport-ws is no longer maintained

Users should migrate to graphql-ws, a newer actively-maintained implementation of a similar protocol.

-- https://github.com/apollographql/subscriptions-transport-ws#subscriptions-transport-ws-is-no-longer-maintained

The two libraries do not use the same WebSocket subprotocol, so you need to make sure that your server and clients all use the same library.

-- https://www.apollographql.com/docs/react/data/subscriptions#choosing-a-subscription-library

@oliver-sanders oliver-sanders added the dependencies Pull requests that update a dependency file label Jan 10, 2023
@oliver-sanders oliver-sanders added this to the 1.5.0 milestone Jan 10, 2023
@MetRonnie
Copy link
Member

Duplicate of #1028

@MetRonnie MetRonnie marked this as a duplicate of #1028 Jan 17, 2023
@MetRonnie MetRonnie closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
@MetRonnie MetRonnie added the duplicate This issue or pull request already exists label Jan 17, 2023
@oliver-sanders oliver-sanders removed this from the 1.5.0 milestone Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants