Kyle Downey

Results 1 comments of Kyle Downey

Note the workaround is pretty easy, even if it's a hack. Replace the close() with this: ``` # bug in graphql_client; close() tries join() current thread client._shutdown_receiver = True client._connection.close()...