Closed rockwotj closed 2 months ago
Currently when starting a subprocess there is a hang on shutdown. You can't call Wait() after Kill() I guess. So instead use gracefully shutdown with SIGINT. However, if the process hangs at all, we'll forcibly kill it after 3 seconds.
Oops, thanks! Fixed the commit message 😅
Currently when starting a subprocess there is a hang on shutdown. You can't call Wait() after Kill() I guess. So instead use gracefully shutdown with SIGINT. However, if the process hangs at all, we'll forcibly kill it after 3 seconds.