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
i am a bit confused - imu the gist of #4138 was to free the UI from the burden to care for start/stop IO.
i just wanted to clean up the corresponding code on iOS - but without stopping IO, creating a backuo provider fails with the error:
ERROR deltachat_repl > Failed to set up second device setup: Database export failed: cannot export backup, IO is running
i double checked that in the repl - send-backup does not work when connected.
or ist it still needed to stopIO manually and core will only take care that calls to startIO are void during backup transfer? (that would also be a win)