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

Async dispatch calls after an error fails #23

Closed
bigomega opened this issue Feb 4, 2016 · 1 comment
Closed

Async dispatch calls after an error fails #23

bigomega opened this issue Feb 4, 2016 · 1 comment

Comments

@bigomega
Copy link

bigomega commented Feb 4, 2016

I have an asynchronous callback calling dispatch. When the previous dispatch fails, the second one is called again and the test fails with Error: done() called multiple times. v0.0.4 fixes this with #5 but v0.0.6 breaks it with #7

@bigomega
Copy link
Author

bigomega commented Feb 4, 2016

Sent fix PR. Though I wasn't able to reproduce the issues in the mocha test environment, so no tests were added.

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 a pull request may close this issue.

2 participants