mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-04 14:18:50 +00:00
commit
86b45d18af
1 changed files with 4 additions and 1 deletions
|
@ -96,7 +96,10 @@ namespace v2rayN.Handler
|
||||||
public void Close()
|
public void Close()
|
||||||
{
|
{
|
||||||
exitFlag_ = true;
|
exitFlag_ = true;
|
||||||
connector_.Kill();
|
if (!connector_.HasExited)
|
||||||
|
{
|
||||||
|
connector_.Kill();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void run()
|
public void run()
|
||||||
|
|
Loading…
Reference in a new issue