Rework WebSocket connection to be Async Driven
Changed WebSocket library to be asyncio friendly and also move from threads to asyncio tasks in conjunction with an event-driven response methodology.
What's Changed
- Feat- Async WebSocket by @olijeffers0n in #48
Full Changelog: 5.5.13...5.6.0