-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用Mqtt 读取设备属性, 总是超时 #498
Comments
解码的结果看看呢。 |
解码结果似乎不对。设备日志里有回复的日志没? |
我想了下 可能是这个地方和 演示文档有出入, 文档上选中jar 类型上传,会有个 类名 ,我目前使用版本上没有 |
是使用的最新的官方协议么? https://github.com/jetlinks/jetlinks-official-protocol |
嗯 没有手动打包,直接用的package目录下的 jar, 我重新上传看下 |
有没有做修改 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
已查阅了 文档, 文档中说是10s内 未应答即超时,可是实际情况 在10s 内 回复也还是超时, 报文如下
下行读取报文
上行 上传属性报文
这里可以看书 上下行报文 messageId 相同的 而且 操作确认是在10s 应答完成的, 只是没有更改 timestamp 值 为回复时间戳(有些麻烦)
如下是系统内的截图
下行 读取报文
上行报文
图中可以看到是相差6s 的, 不清楚超时的缘由, 希望社区能够提供帮助 ,感谢!
The text was updated successfully, but these errors were encountered: