fbradyirl / webex_bot

Python package for a Webex Bot based on websockets.
MIT License
68 stars 44 forks source link

address issue #6 async without await #23

Closed gconklin closed 2 years ago

gconklin commented 2 years ago

webex_bot/webex_bot/websockets/webex_websocket_client.py:102: RuntimeWarning: coroutine 'WebSocketCommonProtocol.send' was never awaited self.websocket.send(json.dumps(ack_message))

fbradyirl commented 2 years ago

Fixed in v0.2.20