Files
passepartout/lisp
Amr Gharbeia 9130e08e92
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s
fix: TUI reader-loop — silent timeout handling, sleep on idle
- recv-daemon: catch all errors silently (not just usocket:timeout-error
  which doesn't match SBCL's SB-INT:IO-TIMEOUT). Prevents log-message
  from bleeding through to the Croatoan screen.
- reader-loop: add (sleep 0.5) when recv-daemon returns nil, preventing
  tight spin on repeated I/O timeouts during idle periods.
2026-05-06 10:25:11 -04:00
..