fix(heartbeat): improve lock heartbeat shutdown handling

This commit is contained in:
2026-05-19 21:57:22 +00:00
parent 87b518ae63
commit a86a004b19
2 changed files with 19 additions and 7 deletions
+6
View File
@@ -3,6 +3,12 @@
## Pending
### Fixes
- improve lock heartbeat shutdown handling (heartbeat)
- Replaces the stop signal promise race with an explicit wake callback for the heartbeat wait loop
- Ensures the heartbeat loop can be interrupted cleanly when stopping without leaving the timer pending
## 2026-05-19 - 1.4.0
### Features