We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's hard to track down why timeout error happens because there's nothing in the stack trace
I think a solution might be here https://stackoverflow.com/questions/46528508/how-can-i-see-the-full-stack-trace-of-error-in-settimeout-with-a-promise
Moving TimeoutError creation outside of setTimeout and passing it to reject when it is needed
setTimeout
reject
The text was updated successfully, but these errors were encountered:
That's the stack trace I'm getting in sentry
Sorry, something went wrong.
I noticed this as well but haven't had time to look into it. A minimal reproducer and a PR (ideally with test) would be helpful.
https://github.com/xmppjs/xmpp.js/blob/main/packages/events/lib/timeout.js
No branches or pull requests
It's hard to track down why timeout error happens because there's nothing in the stack trace
I think a solution might be here https://stackoverflow.com/questions/46528508/how-can-i-see-the-full-stack-trace-of-error-in-settimeout-with-a-promise
Moving TimeoutError creation outside of
setTimeout
and passing it toreject
when it is neededThe text was updated successfully, but these errors were encountered: