uni icon indicating copy to clipboard operation
uni copied to clipboard

Attempt to stop child process gracefully

Open kendru opened this issue 4 years ago • 0 comments

When uni exits or reloads the child process on rebuild, it should try to terminate the process with a SIGTERM rather than a SIGKILL in case there is any cleanup that needs to happen. Additionally, it should not orphan any processes started by the subprocess itself.

kendru avatar Apr 30 '21 20:04 kendru