There's currently no way to handle a connection closed that I am aware of. Especially when receiving the below:
code = 1006 (connection closed abnormally [internal]), no reason
This could totally be my poor knowledge of asyncio but it seems like we need an event in those situations.
There's currently no way to handle a connection closed that I am aware of. Especially when receiving the below: code = 1006 (connection closed abnormally [internal]), no reason This could totally be my poor knowledge of asyncio but it seems like we need an event in those situations.