Hi guys, our server use Rails Action Cable
and I have followed this doc Subscriptions - Apollo GraphQL Docs to connect to our socket but it doesn’t work. The error message is in this screenshot. Before it failed, Socket had been closed
I also attempt to connect with graphql-ws
but it seems that the library requires same protocal between server and client and the server is not under my control.
My question is Is it possible to connect Rails Action Cable socket server with Apollo client or do I have to turn to other alternative?
Thank you very much guys!