fix(cli): stop daemon when socket disappears - #42454
fix(cli): stop daemon when socket disappears#42454Devin Rousso (dcrousso) wants to merge 1 commit into
Conversation
detached browser daemons stay alive after losing their control socket monitor the socket identity and exit gracefully when it disappears or is replaced
Test results for "MCP"3 failed 8264 passed, 1366 skipped Merge workflow run. |
🟢 CI is clear — all three failures are pre-existing Firefox flakesHi, I'm the Playwright bot and I took a first look at the CI failures. The three failures are all Firefox-only MCP tests that have nothing to do with this change. This PR only touches the CLI daemon's socket monitor ( DetailsOverall: none of the failures are caused by this PR. The diff adds Pre-existing flake / infra
Triaged by the Playwright bot - agent run |
detached browser daemons stay alive after losing their control socket
monitor the socket identity and exit gracefully when it disappears or is replaced
fixes #42428