pull/4729/head
2dust 2024-02-13 10:11:17 +08:00
parent 9b3ac159c1
commit a9c59693ee
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace v2rayN.Handler
}
}
await Task.Delay(1000);
await _channel.ConnectAsync();
if (_channel != null) await _channel.ConnectAsync();
}
catch
{