mirror of https://github.com/2dust/v2rayN
Bug fix
parent
9b3ac159c1
commit
a9c59693ee
|
@ -69,7 +69,7 @@ namespace v2rayN.Handler
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await Task.Delay(1000);
|
await Task.Delay(1000);
|
||||||
await _channel.ConnectAsync();
|
if (_channel != null) await _channel.ConnectAsync();
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue