Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(discord): don't try to send messages when there is no asyncio loop (
#230) 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.
- Loading branch information