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(win32): ensure proper termination of child processes
- Refactor process termination logic to handle both parent and child processes
- Increase timeout for graceful termination from 1s to 2s
- Consolidate process termination functions to avoid zombie processes
- Add proper type hints for process list handling
This change ensures that all child processes are properly terminated
when killing a parent process on Windows, preventing zombie processes
from being left behind.
0 commit comments