Open jonathantsao opened 9 months ago
@jonathantsao @rose-a
I have the same issue. WebSocket in GraphQL.Client only works for version 5.1.1 and lower. If I use GraphQL.Client version higher than 5.1.1 , I have the same error message.
Some thing changed from 5.1.1 to 6.0.0 causes the issue.
I cannot upgrade the GraphQL.Client now.
The exception occurs on the line
await client.InitializeWebsocketConnection();
I'm trying to follow the example listed in this previously closed issue with my own AppSync setup. However, when the code hits the
.InitializeWebSocketConnection
, I get a relatively vague WebSocketException sayingThe remote party closed the WebSocket connection without completing the close handshake
. Here is my current code@rose-a would you happen to know? Perhaps there is something obvious that I am missing in the configuration or suggestion on how to debug the connection failure.