Browse Source

11

feature/protocol-log-Perfect
root 1 day ago
parent
commit
5fb1441e9c
  1. 4
      CoreAgent.Infrastructure/Services/Network/GeneralCellularNetworkService.cs

4
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("所有协议客户端启动并连接成功");

Loading…
Cancel
Save