You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Import operations started in the foreground remain suspended in background state. This makes them unable to be set as dependencies (as required by #15) as well as unresponsive to cancellation events until the app returns to the foreground.
To Reproduce
Steps to reproduce the behavior:
Enable Debug logs and Backup & Sync.
Leave phone on standby and on charge to begin background process.
Later, pick up phone and open app.
Observe in the logs that the foreground import operations resumed only after app returned to foreground, regardless of other events including cancellation.
Expected behavior
Foreground import operation should resume and complete in background mode (without spawning another operation for the next batch).
Describe the bug
Import operations started in the foreground remain suspended in background state. This makes them unable to be set as dependencies (as required by #15) as well as unresponsive to cancellation events until the app returns to the foreground.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Foreground import operation should resume and complete in background mode (without spawning another operation for the next batch).
Dependent on #17
The text was updated successfully, but these errors were encountered: