mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-01 20:58:50 +00:00
Bug fix
This commit is contained in:
parent
4b2b45979b
commit
afaad49879
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ namespace v2rayN.Handler
|
|||
}
|
||||
try
|
||||
{
|
||||
proc.CloseMainWindow();
|
||||
proc.Kill();
|
||||
proc.WaitForExit(100);
|
||||
if (!proc.HasExited)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue