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

V0.4.2 #72

Merged
merged 4 commits into from
Apr 10, 2024
Merged

V0.4.2 #72

merged 4 commits into from
Apr 10, 2024

Conversation

felixclase
Copy link
Member

0.4.2
-remove re-entrancy (fixes SQLiteDistributedLock doesn't play right with async #68). Thanks to @kirides
-pause heartbeat timer while processing. Thanks to @kirides
-update expiration using SQL Update statement in a single step. Thanks to @kirides
-Added Heartbeat event (for testing). Thanks to @kirides
-if we no longer own the lock, we immediately dispose the heartbeat timer (fixes Unable to update heartbeat - still happening in .NET 6.0 #69). Thanks to @kirides

kirides and others added 4 commits April 4, 2024 11:50
- remove re-entrancy
- pause heartbeat timer while processing
- update expiration using SQL Update statement in a single step
- if we no longer own the lock, we immediately dispose the heartbeat timer
- Added Heartbeat event (for testing)

Signed-off-by: kirides <[email protected]>
@felixclase felixclase merged commit a072349 into master Apr 10, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants