Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make ratelimit timeout require event loop to be active (#8779)
* fix issue with ratelimits not working correctly related to #8757 The ``ref`` option doesn't require the Node.js event loop to remain active when waiting for the timeout causing the program to end if there isn't an active gateway connection. * Update packages/rest/src/lib/handlers/SequentialHandler.ts Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> * Update packages/rest/src/lib/handlers/SequentialHandler.ts Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
- Loading branch information