-
-
Notifications
You must be signed in to change notification settings - Fork 4k
feat(GuildMemberManager): handle gateway request ratelimit #11253
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
base: v14
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v14 #11253 +/- ##
=======================================
Coverage 36.98% 36.98%
=======================================
Files 242 242
Lines 14847 14847
Branches 1368 1368
=======================================
Hits 5491 5491
Misses 9312 9312
Partials 44 44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| this.client.removeListener(Events.GuildMembersChunk, handler); | ||
| this.client.decrementMaxListeners(); | ||
| this.client.removeListener(Events.Raw, rateLimitHandler); | ||
| this.client.decrementMaxListeners(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make this a function pleasee
|
Waiting on #11252 so we know for sure what our approach is. |
Backports #11252