buttplugio / buttplug-py

Python implementation of core message system and client for the Buttplug Sex Toy Protocol Standard
https://buttplug-py.docs.buttplug.io
Other
67 stars 10 forks source link

Connection closed event needed. #10

Open Fedack opened 4 years ago

Fedack commented 4 years ago

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.