v0.1.1 — Hang fixes
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