alexbakker / webdav-provider

An Android app that can expose WebDAV storage to other apps through Android's Storage Access Framework (SAF)
https://rocli.dev/webdav
GNU General Public License v3.0
121 stars 30 forks source link

Access to the in-memory WebDAV file tree is not thread-safe #23

Open alexbakker opened 7 months ago

alexbakker commented 7 months ago

Reads/writes to the in-memory WebDAV file tree are currently not thread-safe. This issue is usually not noticed when doing simple sequential operations on files, but this will cause problems when reading/writing files from multiple threads.