opencode icon indicating copy to clipboard operation
opencode copied to clipboard

TUI client CPU 100% when server shuts down

Open SunandRiver opened this issue 4 days ago • 1 comments

Problem: TUI client goes into tight retry loop causing CPU 100% when server is killed.

Repro:

  1. Run opencode spawn
  2. Kill server process
  3. Attach client spins CPU at 100%

Expected: Client should back off and exit gracefully.

This is being fixed in PR #7468.

SunandRiver avatar Jan 10 '26 13:01 SunandRiver