-
Notifications
You must be signed in to change notification settings - Fork 184
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
Websocket codes #1403
Websocket codes #1403
Conversation
Co-authored-by: AlbertUnruh <73029826+AlbertUnruh@users.noreply.github.com> Signed-off-by: LordOfPolls <dev@lordofpolls.com>
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## unstable #1403 +/- ##
============================================
- Coverage 60.32% 60.32% -0.01%
============================================
Files 139 139
Lines 14633 14638 +5
============================================
+ Hits 8828 8830 +2
- Misses 5805 5808 +3
☔ View full report in Codecov by Sentry. |
besides my suggestions it looks good to me, but I won't approve it since I don't know the codes and whether they are correct or not |
Co-authored-by: AlbertUnruh <73029826+AlbertUnruh@users.noreply.github.com> Signed-off-by: LordOfPolls <dev@lordofpolls.com>
Merging without approval due to importance of this PR |
Pull Request Type
Description
Creating on behalf of @zevaryx.
This PR marks additional gateway close codes as recoverable/resumable.
to be clear
If your bot is online 24/7 you need a process manager like docker, systemd or whatever. Do NOT rely on the library to automatically restart itself. The library certainly tries to recover, but the internet is a scary place
Changes
Related Issues
Test Scenarios
Python Compatibility
3.10.x
3.11.x
Checklist
pre-commit
code linter over all edited files