Raymond Reggers

Results 4 comments of Raymond Reggers

Having the same issue in conjunction with this library: https://github.com/graphql-python/graphql-ws I created the websocket as follows: ``` ws = web.WebSocketResponse(protocols=('graphql-ws',), heartbeat=5, autoping=True) ``` I did some debugging. And when closing...

@initzx I assumed the socket.send() exception was because of a broken connection. I was having the same error, once a client disconnected, in which case the websocket did not close...