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
I am using the gql from master and experiencing an occasional deadlock. The library I'm using is calling client.execute() with a websocket transport. Sometimes I see an error like this: Exception in subscribe: GeneratorExit() and then client.execute() never returns.
WebSocketTransport.execute() does return an ExecutionResult, i.e. first_result is set. Also AsyncClientSession.execute() returns.