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

Concurrent calls to save() can fail #204

Open
woodser opened this issue Apr 19, 2024 · 0 comments
Open

Concurrent calls to save() can fail #204

woodser opened this issue Apr 19, 2024 · 0 comments

Comments

@woodser
Copy link
Owner

woodser commented Apr 19, 2024

This issue requests fixing save() so that it doesn't fail with concurrent calls.

This could be fixed by protecting this file handling with a mutex from async-mutex package, or other means.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant