Skip to content

v0.1.1 — Hang fixes

Choose a tag to compare

@legetdev legetdev released this 10 Jul 10:14
· 16 commits to main since this release

Bug-fix release. No API or tool-behavior changes.

Fixed

  • Session creation, window listing, and app close could hang for minutes under load instead of failing fast within their documented timeout budgets.
  • Root cause of the worst hangs (up to ~250s observed): closing an app's log stream stopped the reader thread before terminating the process still writing to it, which could block on an OS-level pipe lock. The process is now terminated first, so cleanup completes in milliseconds instead of stalling.

Install

pip install --upgrade klyk