Denis-Adrian Cristea
Denis-Adrian Cristea
For future ref, this should be merged after #10421 - probably cleaner that way.
Hi, so, to be clear, you aren't using discord.js right? What's your exact `@discordjs/ws` version?
Hey, nevermind. It turns out this is an `async_event_emitter` bug, pushed about 3 weeks ago (haven't checked when it was actually released on NPM), @vladfrangu is working on a fix...
`@vladfrangu/[email protected]` is now out, so please force it to update and see if it still causes trouble - this goes for everyone in this thread. I'm not sure what the...
Yes. If you know how to, feel free to open a pull request.
Hey there, we can't reproduce the ratelimited event not firing. If you're able to provide a minimal code sample used to reproduce the problem, feel free to open a new...
Usually that means the semver status of your PR is higher than what we currently want to release, the blocked label ensure the PR doesn't get merged. For instance, we...
> It might be worth waiting for https://github.com/discordjs/discord.js/pull/10529? not anymore. let's merge it since I need it for a different branch
While an issue, I'd recommend avoiding retry logic like that. By design just about any error will be retried internally other than those "really bad" exceptions (using an intent you...
> My specific case was that I encountered the error "Opening handshake has timed out" and after the retry it worked by itself (at least that is my assumption so...