You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I.e. the Razeedash-api server and ClusterSubscription client must be using the same library. To transition to graphql-ws will likely require updating ClusterSubscription to tolerate websocket failure and instead rely on polling until the server is updated later, after a period of transition.
The text was updated successfully, but these errors were encountered:
The subscriptions-transport-ws dependency is deprecated and the readme recommends switching to graphql-ws: https://www.npmjs.com/package/subscriptions-transport-ws
However, as noted in https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws:
I.e. the Razeedash-api server and ClusterSubscription client must be using the same library. To transition to
graphql-ws
will likely require updating ClusterSubscription to tolerate websocket failure and instead rely on polling until the server is updated later, after a period of transition.The text was updated successfully, but these errors were encountered: