mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-22 19:29:46 +05:00
@@ -96,7 +96,10 @@ namespace v2rayN.Handler
|
||||
public void Close()
|
||||
{
|
||||
exitFlag_ = true;
|
||||
connector_.Kill();
|
||||
if (!connector_.HasExited)
|
||||
{
|
||||
connector_.Kill();
|
||||
}
|
||||
}
|
||||
|
||||
public void run()
|
||||
|
||||
Reference in New Issue
Block a user