Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexbakker opened this issue Apr 5, 2024 · 0 comments
Open

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

alexbakker opened this issue Apr 5, 2024 · 0 comments
Labels
bug Something isn't working bug-confirmed A confirmed and reproducible bug report

Comments

@alexbakker
Copy link
Owner

alexbakker commented Apr 5, 2024

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.

@alexbakker alexbakker added bug Something isn't working bug-confirmed A confirmed and reproducible bug report labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bug-confirmed A confirmed and reproducible bug report
Projects
None yet
Development

No branches or pull requests

1 participant