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
fix subscription hanging on error and add a stop subscription option …
…inside the callback (hasura#39)
* fix the deadlock issue that the subscription client can't receive error events from the channel.
* close the connection when there is no running subscription
* add a particular error that stops the subscription inside the callback
add debug mode, expose GraphQL builder functions and UnmarshalGraphQL…
… for unit tests (hasura#30)
add debug mode, expose GraphQL builder functions and UnmarshalGraphQL for unit tests