Skip to content
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

fix(discord): don't try to send messages when there is no asyncio loop #230

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

TrueBrain
Copy link
Member

When close() is called, "self.loop" is made a sentinel value. Still using this causes long backtraces for every message. close() can be called when the websocket is dropped with an unexpected error.

This partially addresses #229 (the symptoms, not the cause).

When close() is called, "self.loop" is made a sentinel value. Still
using this causes long backtraces for every message.
close() can be called when the websocket is dropped with an unexpected
error.
@TrueBrain TrueBrain force-pushed the push-wqqqyztnlrrr branch from 23c593b to 8181f05 Compare April 9, 2024 17:40
@TrueBrain TrueBrain merged commit 5c8d9f6 into main Apr 9, 2024
9 checks passed
@TrueBrain TrueBrain deleted the push-wqqqyztnlrrr branch April 9, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant