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

FileLoad events are lost when the queue is paused due to an error on any file #231

Open
chepemago opened this issue May 5, 2017 · 2 comments

Comments

@chepemago
Copy link

chepemago commented May 5, 2017

When there is an error and stopOnError is set to true, the queue is stopped but if some files are loaded at the same time, the event fileLoad is not dispatched.
If then, the queue is resumed, the files which were loaded but not "reported" are missed. This issue can be reproduced when trottling the network (using low bandwidth)

@lannymcnie lannymcnie added the bug label May 5, 2017
@lannymcnie
Copy link
Member

What is the expectation here? If a file completes in a stopped queue, we currently ignore events. Maybe we should queue them up, and dispatch them ALL once the queue is restarted?

@chepemago
Copy link
Author

chepemago commented Oct 23, 2017 via email

@wdamien wdamien added the 1.0.0 label Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants