mirror of https://github.com/2dust/v2rayN
Bug fix
parent
4b2b45979b
commit
afaad49879
|
@ -349,7 +349,7 @@ namespace v2rayN.Handler
|
|||
}
|
||||
try
|
||||
{
|
||||
proc.CloseMainWindow();
|
||||
proc.Kill();
|
||||
proc.WaitForExit(100);
|
||||
if (!proc.HasExited)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue