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

Fixed error with async routing queues. Fixes #541 #542

Merged
merged 1 commit into from
Sep 8, 2015

Conversation

brollb
Copy link
Contributor

@brollb brollb commented Sep 8, 2015

This was introduced when fixing #447 as this required the removal
of q for a promise-like implementation that resolved the callbacks
synchronously rather than simply putting the callbacks on the JS
event queue

This was introduced when fixing #447 as this required the removal
of q for a promise-like implementation that resolved the callbacks
synchronously rather than simply putting the callbacks on the JS
event queue
@kecso kecso added this to the v1.0.0 milestone Sep 8, 2015
@kecso kecso added the Bug label Sep 8, 2015
kecso added a commit that referenced this pull request Sep 8, 2015
…breaks_router

Fixes #541 Fixed error with async routing queues.
@kecso kecso merged commit 57977d0 into master Sep 8, 2015
@pmeijer pmeijer deleted the issue/541_multiple_boxes_on_meta_breaks_router branch September 9, 2015 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants