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
Hi, my app is a react native application and it is connecting to an Apollo Server which use graphql-ws for its websocket implementation and its subprotocol is graphql-transport-ws, it has been working well for years.
However, a recent upgrade to react-native 0.72, there is a change to its iOS websocket client implementation facebook/react-native#36471
Since then, the websocket is not connecting and result in NSError * domain: "SRWebSocketErrorDomain" - code: 2132 when the server error code is 403
May I know if SocketRocket is supporting this subprotocol? Or what could I do to support it?
The text was updated successfully, but these errors were encountered:
Hi, my app is a react native application and it is connecting to an Apollo Server which use
graphql-ws
for its websocket implementation and its subprotocol isgraphql-transport-ws
, it has been working well for years.However, a recent upgrade to react-native 0.72, there is a change to its iOS websocket client implementation
facebook/react-native#36471
Since then, the websocket is not connecting and result in
NSError * domain: "SRWebSocketErrorDomain" - code: 2132
when the server error code is 403May I know if SocketRocket is supporting this subprotocol? Or what could I do to support it?
The text was updated successfully, but these errors were encountered: