96bf583eb7
- Wrapped `on_connect` and `on_message` methods with `asyncio.create_task()` to ensure they are properly awaited. - Created separate handler functions for connection and message handling.