-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
async send without await #6
Comments
gconklin
pushed a commit
to gconklin/webex_bot
that referenced
this issue
Mar 18, 2022
webex_bot/webex_bot/websockets/webex_websocket_client.py:102: RuntimeWarning: coroutine 'WebSocketCommonProtocol.send' was never awaited self.websocket.send(json.dumps(ack_message))
Fixed in v0.2.20 |
gconklin
pushed a commit
to gconklin/webex_bot
that referenced
this issue
Sep 13, 2023
* Fix for [fbradyirl#6][i6] * Fix for [fbradyirl#20][i20] * Use system SSL context when connecting websocket.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
What I Did
Just starting the bot
It's just a warning, so I guess just adding 'await' should fix it
The text was updated successfully, but these errors were encountered: