mirror of
https://github.com/netchx/netch.git
synced 2026-04-13 20:53:22 +08:00
Add wait for exit
This commit is contained in:
@@ -106,6 +106,7 @@ namespace Netch.Controllers
|
||||
if (Instance != null && !Instance.HasExited)
|
||||
{
|
||||
Instance.Kill();
|
||||
Instance.WaitForExit();
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user