You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The biggest problem of SoftFileLock is that the lock file cannot be deleted when the program crash.
We can add suggestions in the documentation that soft lock files can be placed at /tmp or equivalent temporary directory, so that it can be automatically cleaned to reduce the risk of deadlock.