diff --git a/CoreAgent.Infrastructure/Services/Network/GeneralCellularNetworkService.cs b/CoreAgent.Infrastructure/Services/Network/GeneralCellularNetworkService.cs index e0d987d..08062a3 100644 --- a/CoreAgent.Infrastructure/Services/Network/GeneralCellularNetworkService.cs +++ b/CoreAgent.Infrastructure/Services/Network/GeneralCellularNetworkService.cs @@ -499,8 +499,8 @@ namespace CoreAgent.Infrastructure.Services.Network if (!connectionResult) { _logger.LogWarning("协议客户端连接状态检查失败,部分客户端可能未连接"); - await RestoreNetworkStateAsync(); - return CellularNetworkOperationResult.Failure("协议客户端连接状态检查失败,部分客户端可能未连接"); + //await RestoreNetworkStateAsync(); + //return CellularNetworkOperationResult.Failure("协议客户端连接状态检查失败,部分客户端可能未连接"); } _logger.LogInformation("所有协议客户端启动并连接成功");