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

[BUG] Upload manager stopping working #587

Open
EddyLB opened this issue Jan 12, 2025 · 0 comments
Open

[BUG] Upload manager stopping working #587

EddyLB opened this issue Jan 12, 2025 · 0 comments
Assignees
Labels
bug Malfunction or crash
Milestone

Comments

@EddyLB
Copy link
Collaborator

EddyLB commented Jan 12, 2025

While uploading a series of photos, the app can sometimes stop uploading them while the upload queue is displayed and the idle timer is disabled (to avert system sleep). The only solution for restarting the upload manager consists in killing and relaunching the app.

After some investigations, I have realised that the system tries to launch an upload background task while the app is active. By doing so, it continues to perform some uploads up to a point where it stops because it reaches the amount of MB that a background task can upload in a row.

This bug was reported to Apple and may never be resolved.

@EddyLB EddyLB added the bug Malfunction or crash label Jan 12, 2025
@EddyLB EddyLB added this to the Release 3.2.4 milestone Jan 12, 2025
@EddyLB EddyLB self-assigned this Jan 12, 2025
EddyLB added a commit that referenced this issue Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Malfunction or crash
Projects
None yet
Development

No branches or pull requests

1 participant