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

'uploadAll' event emitter not working after fail #487

Open
JaePhoenix opened this issue Mar 5, 2019 · 0 comments
Open

'uploadAll' event emitter not working after fail #487

JaePhoenix opened this issue Mar 5, 2019 · 0 comments

Comments

@JaePhoenix
Copy link

Thanks for the great project. I am just experiencing one little issue.

When I emit the uploadAll event, I am unable to emit the event again, whether it fails or succeeds.

I think the issue is that there is already a file in the queue, so the uploadAll event does not fire.
When calling the 'cancelAll' or 'cancel' emitter, still no luck.
The only way to fix this issue is to call the 'remove' or 'removeAll' event, but that removes the files from the queue, meaning the user has to choose the same file/new files every time the event needs to be sent.

Is there any workaround on this?

I took a look at #428 but the workaround there does not work for me.

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

No branches or pull requests

1 participant