mirror of
https://github.com/2dust/v2rayN.git
synced 2026-01-06 02:29:56 +05:00
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user