提交 c397c074 编写于 作者: 麦壳饼's avatar 麦壳饼

修改防止 网关的自身无法处理太多次状态信息的问题

上级 321d5aad
......@@ -171,7 +171,7 @@ namespace IoTSharp.Handlers
_logger.LogInformation($"{e.ClientId}的数据{e.ApplicationMessage.Topic}未能匹配到设备");
}
}
else
else if (_dev?.Owner?.DeviceType== DeviceType.Gateway)
{
_logger.LogInformation($"{e.ClientId}的数据{e.ApplicationMessage.Topic}未能识别,分段:{tpary.Length} 前缀?{tpary[0]} 设备:{_dev?.Id} ,终端状态未找到。");
var ss = await _serverEx.GetClientStatusAsync();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册