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

Photos auto upload, final video upload task is copied multiple times #359

Open
alperozcetin opened this issue Jun 17, 2024 · 1 comment
Open

Comments

@alperozcetin
Copy link

When there is only 1 video left in upload queue, and if it's size is big (5gb+), the upload task is copied multiple times. The same file is uploaded multiple times at the same time. Before 1 of those uploads finish, new tasks are created (for the upload of the same file) leading to slowdown of the app and unsuccessful upload.

@henry9610
Copy link
Contributor

When there is only 1 video left in upload queue, and if it's size is big (5gb+), the upload task is copied multiple times. The same file is uploaded multiple times at the same time. Before 1 of those uploads finish, new tasks are created (for the upload of the same file) leading to slowdown of the app and unsuccessful upload.

Hello alperozcetin,
Thank you for reporting this issue.The issue has been fixed in the new version; however, it currently requires the app to remain in the foreground. If the app stays in the background for too long, large files will need to be retransmitted upon returning. We plan to address this in a future update.
Please download the recently updated version 2.9.27 and try again. If the problem persists, feel free to contact 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

2 participants