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

Implement queuing system in WPAndroid to wait for FrameSaveService to finish before attepmting to upload #616

Open
mzorz opened this issue Dec 2, 2020 · 0 comments
Labels
Important [Type] Enhancement An improvement to existing functionality.

Comments

@mzorz
Copy link
Contributor

mzorz commented Dec 2, 2020

The issue described in #587 was contained / made a workaround for in wordpress-mobile/WordPress-Android#13518, but the real problem should be solved by implementing the temporaryId -> localmediaID replacement mechanism also part of the Story editing flows (currently it only supports this being done in the Editor itself so, leaving the editor leads to problems as described in wordpress-mobile/WordPress-Android#13518)

Ideally, we'd to implement a queueing system that waits for media to be saved first, and then use the existing queue for uploading as per with any other regular WP Media / Post item, but it may add complexity and demand more thorough testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Important [Type] Enhancement An improvement to existing functionality.
Projects
None yet
Development

No branches or pull requests

1 participant