-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"UnhandledPromiseRejectionWarning: Error: Wrong response id" with async #4392
Comments
Thanks for reporting, this is not always reproducible, Only occurred once randomly for me:
Mismatching result is passed to callback so this doesnt match, might be provider not sending result in correct sequence. This needs investigation. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment. |
i deleted my answer because i figured out the reason, it was because i did hit the rate limit with my endpoint provider. Maybe the requestmanager should also return the result content to show the difference.
in the result i found a response saying that i reached the rate limit. |
I want to call about 1000 methods at the same time by async.
However I encountered this error.
Why did the error occur?
How can I fix it?
my code
error thrown
The text was updated successfully, but these errors were encountered: