sousa-andre / lcu-driver

🐍 Python3 interface for League of Legends Client API
MIT License
114 stars 15 forks source link

Method to unregister a websocket event #14

Closed sousa-andre closed 9 months ago

sousa-andre commented 3 years ago

Should the library have an option to unregister an event from the connector or is the locals attribute enough? With the current architeture unregistering events from the connector instance might cause problems when handling events from multiple clients.