opencode
opencode copied to clipboard
TUI client CPU 100% when server shuts down
Problem: TUI client goes into tight retry loop causing CPU 100% when server is killed.
Repro:
- Run opencode spawn
- Kill server process
- Attach client spins CPU at 100%
Expected: Client should back off and exit gracefully.
This is being fixed in PR #7468.