earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
624 stars 18 forks source link

Cancel attachment transfers when syncing is cancelled #270

Closed sgwilym closed 1 year ago

sgwilym commented 1 year ago

Attachment transfers keep running when sync is cancelled right now. They should be cancelled and gracefully abort instead. This may need some support in the attachment drivers to achieve (e.g. cleaning up partial data on file with the filesystem driver)