-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
RangeError when using queue with 5000+ tasks. #510
Comments
eachLimit and eachSeries also has this problem. |
You need to call |
Ah my mistake thankyou @caolan Cheers, |
Needed to call callback async.. duh. caolan/async#510 (comment)
Making your sync functions magically async would just mask the problem, so I prefer not to add it into the library. |
Btw, Frame.js v2 resolved this issue. https://github.com/bishopZ/Frame.js |
I have made a pull request with a test that fails.
#509
RangeError Maximum call stack size exceeded
It is basicaly this
When cb is called there can be RangeError's
I don't know enough to figure out why though.
The text was updated successfully, but these errors were encountered: