mirror of https://github.com/2dust/v2rayN
commit
86b45d18af
|
@ -96,7 +96,10 @@ namespace v2rayN.Handler
|
|||
public void Close()
|
||||
{
|
||||
exitFlag_ = true;
|
||||
connector_.Kill();
|
||||
if (!connector_.HasExited)
|
||||
{
|
||||
connector_.Kill();
|
||||
}
|
||||
}
|
||||
|
||||
public void run()
|
||||
|
|
Loading…
Reference in New Issue