monero-ts icon indicating copy to clipboard operation
monero-ts copied to clipboard

Concurrent calls to `save()` can fail

Open woodser opened this issue 10 months ago • 0 comments

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.

woodser avatar Apr 19 '24 09:04 woodser