Skip to content
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

Fix stack overflow in async.queue #414

Closed
wants to merge 1 commit into from

Conversation

PaulMougel
Copy link

Which happened when too many synchronous tasks were queued.

This should fix #413, although one test still fails

It happened when too many synchronous tasks were queued.

Fix caolan#413
@PaulMougel
Copy link
Author

Closing, as the callback should never be called synchronously (see #413 (comment))

@PaulMougel PaulMougel closed this Nov 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack overflow in async.queue
1 participant