Skip to content

v0.2.1 — heartbeat hotfix

Choose a tag to compare

@ashimov ashimov released this 16 May 14:59
· 4 commits to main since this release

Fix: is_alive() now correctly returns False for connections that were never touch()ed. The previous default (last_seen=0) plus small time.monotonic() on a fresh process produced false positives.