← Back to wkappbot-core
wkappbot-core ★☆☆

Elevated proxy subprocess timeout HasExited check

Admin Eye proxy must distinguish 'process hung' from 'grandchild holds stdout pipe' after WaitForExitAsync 30s cancel

user/developer

Steps

  1. In .NET 8, Process.WaitForExitAsync with red...
  2. If child exits cleanly but grandchild (daemo...
  3. Fix (ElevatedEyeProxy.cs ExecuteCommand): on...
  4. Only when HasExited=false is it a true hang...