fbradyirl / webex_bot

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

async send without await #6

Closed jseynaev-cisco closed 2 years ago

jseynaev-cisco commented 3 years ago

Description

*****\site-packages\webex_bot\websockets\webex_websocket_client.py:100: RuntimeWarning: coroutine 'WebSocketCommonProtocol.send' was never awaited
  self.websocket.send(json.dumps(ack_message))

What I Did

Just starting the bot

It's just a warning, so I guess just adding 'await' should fix it

fbradyirl commented 2 years ago

Fixed in v0.2.20