This commit is contained in:
2dust 2024-03-02 10:35:33 +08:00
parent 4b2b45979b
commit afaad49879

View file

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