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
When I try to connect to a Hasura server with websockets I get the error message "Exception has occurred: GraphQLClientInvalidMessageFormat".
The reason fo that is that Hasura sends a "ping" before "connection_ack".
I have made a pull request with a working patch #289
Maybe the timeout in the patch is unnecessary, if so please remove.
The text was updated successfully, but these errors were encountered:
When I try to connect to a Hasura server with websockets I get the error message "Exception has occurred: GraphQLClientInvalidMessageFormat".
The reason fo that is that Hasura sends a "ping" before "connection_ack".
I have made a pull request with a working patch
#289
Maybe the timeout in the patch is unnecessary, if so please remove.
The text was updated successfully, but these errors were encountered: