Open alexbakker opened 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.
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.