mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-05 10:19:45 +05:00
Bug fix
This commit is contained in:
@@ -69,7 +69,7 @@ namespace v2rayN.Handler
|
||||
}
|
||||
}
|
||||
await Task.Delay(1000);
|
||||
await _channel.ConnectAsync();
|
||||
if (_channel != null) await _channel.ConnectAsync();
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user