You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure child processes die when parent exits (Windows)
Add Job Object with JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE flag to automatically
terminate spawned child processes when the client process terminates,
even if it crashes or is killed. This prevents orphaned server processes.
0 commit comments