Closed ZedLi closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
boundary-ui | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 22, 2024 9:35pm |
boundary-ui-desktop | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 22, 2024 9:35pm |
Description
There was a change where we manually timeout requests to client agent status as currently it can take too long. However, it turns out out on windows, when a
SIGTERM
was sent to the client agent status it didn't actually return anything. On mac an error response was returned onstderr
but because nothing was returned on windows, our handler forspawn
was waiting indefinitely for a response.This change seeks to at least always resolve the promise if the child process ends so a caller isn't waiting forever.
Screenshots (if appropriate)
How to Test
Run DC in windows without client agent running and it should not hang up when logging in and going to settings page.
Checklist