| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
✅ Deploy Preview for vitest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Sorry, something went wrong.
There was a problem hiding this comment.
Why is this better approach than just enabling birpc's ack messages using timeout option?
Sorry, something went wrong.
Because the tests can take any amount of time, I don’t like dictating an arbitrary value. |
Sorry, something went wrong.
You also probably remember what happened last time we had a timeout and it caused issues on low powered machines. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
A browser that dies or freezes without closing its websocket used to hang the run forever: the node-side rpc has no timeout, and every existing liveness check (testTimeout, iframe ack) runs inside the browser itself, so none of them can fire once the browser process is gone.
Closes #10791
Closes #10151