-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Uppy sends pause event to companion instead of cancel #3572
Comments
i have the same problem in uploading large files, thank you for your help #3551 |
hi, |
I'm not sure what you mean by that |
i have explained the problem in the following link, thank you for checking |
I don't know what that issue has to do with this issue. |
hi thank you |
To reproduce:
{"action":"progress","payload":{"progress":"0.00","bytesUploaded":51331,"bytesTotal":99000000000}}
{"action":"progress","payload":{"progress":"0.00","bytesUploaded":52014,"bytesTotal":99000000000}}
{"action":"pause", "payload":{}}
companion will try to download the whole file (can be an issue if the file is very big as it will use resources)
expected:
cancel event to be sent
somewhat related but also different issue: #3155
The text was updated successfully, but these errors were encountered: