-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.2.10: Catch the handshake exception outside of asyncio.wait_for (#36)
Why === Sentry doesn't handle exception catching outside of asyncio.wait_for, this leads to a large amount of sentry errors. What changed ============ We create a wrapper to catch the exceptions before asyncio.wait_for
- Loading branch information
1 parent
e079735
commit 1272dab
Showing
2 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters