pull/4802/head
2dust 2024-03-02 10:35:33 +08:00
parent 4b2b45979b
commit afaad49879
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ namespace v2rayN.Handler
}
try
{
proc.CloseMainWindow();
proc.Kill();
proc.WaitForExit(100);
if (!proc.HasExited)
{