[PR #4701] fix: add timeout to BunProc.run to fix network monitor related hangs #11073

Closed
opened 2026-02-16 18:15:51 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4701

State: closed
Merged: No


When using a network monitor like LuLu or Little Snitch that requires permission to make network requests, opencode hangs and never recovers requiring it to be forcefully quit or killed.

This seems to stop that from happening.

i added increasing timeouts because waiting a long time sucks, so the first one is quicker, but in case some people are on slow connections they get a better shot after that? ¯\_(ツ)_/¯

Fixes #421

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4701 **State:** closed **Merged:** No --- When using a network monitor like LuLu or Little Snitch that requires permission to make network requests, opencode hangs and never recovers requiring it to be forcefully quit or killed. This seems to stop that from happening. i added increasing timeouts because waiting a long time sucks, so the first one is quicker, but in case some people are on slow connections they get a better shot after that? ¯\\\_(ツ)\_/¯ Fixes #421
yindo added the pull-request label 2026-02-16 18:15:51 -05:00
yindo closed this issue 2026-02-16 18:15:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11073