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