·
11 commits
to main
since this release
- Fixed a bug when the file lock is lock shared in a two threads, unlocking in only of the thread will make the file lock accessible to other threads. When used as a write lock this has no effect since only one thread can obtain the lock anyway, however, when used as a reader lock, this can cause races.