Skip to content

Remove lockfile on Close

Compare
Choose a tag to compare
@sa6mwa sa6mwa released this 21 Mar 20:13
· 1 commit to main since this release

Keeping the lockfile around when not using the store is less elegant than removing it when not needed. This release adds a Close function to the interface. In order to prevent a race condition in the store-code, the lockfile is re-created if it does not exist after acquiring the lock.

Full Changelog: v0.3.0...v0.4.0