Closed ecthiender closed 5 years ago
After using this for a little bit, and talking with someone far more familiar with GraphQL than me, it looks like not being able to do wss
is a result of not including this header when making the initial connection:
"Sec-WebSocket-Protocol: graphql-ws"
I think including this by default should solve the problem.
Currently wss does not work. Add support for wss.