Bhavesh Akoliya - WCH
Bhavesh Akoliya - WCH
Hi Alexander, Thanks for your prompt reply on this. Appreciate your help. Thanks, Bhavesh On Wed, Mar 4, 2020 at 1:31 PM Alexander Rose wrote: > I'm aware of an...
I tried adding custom GraphQLHttpClientOptions.BackOffStrategy and checked that method is not invoked at all. Instead of retries it raise below exception: ``` ------- WebSocketException: The remote party closed the WebSocket...
What i understood. Once GraphQL server restarts, it disconnect the connection. At this point at client side _receiveResultAsync(...) method throw an exception and that exception all the way pass to...
Yes, Below is the Exception details: ``` ---------------------- testGraphQL.WScoreUpdate WebSocketException: The remote party closed the WebSocket connection without completing the close handshake. (WebSocketError ConnectionClosedPrematurely, ErrorCode 424189040, NativeErrorCode 424189040 WebSocketException: The...