-
Notifications
You must be signed in to change notification settings - Fork 450
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
[Bug] data is lost when receiving data. #1770
Comments
Hi! Thanks for the detailed reproduction steps. I've tried to reproduce this issue but haven't been successful. Could you provide a more detailed way to consistently reproduce this? For example:
Also, I'd like to understand what's happening in MQTTX when the messages are not rendered. Could you try enabling debug logs when reproducing this issue? This would help us track down where exactly the rendering is failing. Let me know if you can provide any additional details. Thanks for helping improve MQTTX! |
OK, thanks for your reply, I will address more details:
{
"allModels": [
{
"folderId": "",
"models": [
"a5e192aa298ce6d64c21eaedb9918c79",
"0bc53f7cbf781d9534da503bf81919a2",
"ff213cf4cdb71ff46a9b1ce41e7b18df",
"826be5644e29c33aa5fdb06c7c6f7092"
]
},
{
"folderId": "54b3b49a3d775b914d18ecd9c8860d77",
"models": [
"ae511be1d40d88f0243030fe92a82880",
"4378273065bf4a13846d465ba3242c57"
]
},
{
"folderId": "44b3b49a3d775b914d18ecd9c8860d78",
"models": [
"459e09c285ec4a1d55a1d256625b70a7",
"ec030638eebd2536e7f1bc701810caf8"
]
}
],
"modelProcessDetail": {
"processed": [
"a5e192aa298ce6d64c21eaedb9918c79",
"0bc53f7cbf781d9534da503bf81919a2",
"ff213cf4cdb71ff46a9b1ce41e7b18df",
"826be5644e29c33aa5fdb06c7c6f7092",
"ae511be1d40d88f0243030fe92a82880",
"4378273065bf4a13846d465ba3242c57",
"459e09c285ec4a1d55a1d256625b70a7",
"ec030638eebd2536e7f1bc701810caf8"
],
"deleted": [
"a5e192aa298ce6d64c21eaedb9918c79",
"0bc53f7cbf781d9534da503bf81919a2",
"ff213cf4cdb71ff46a9b1ce41e7b18df",
"826be5644e29c33aa5fdb06c7c6f7092",
"ae511be1d40d88f0243030fe92a82880",
"459e09c285ec4a1d55a1d256625b70a7",
"ec030638eebd2536e7f1bc701810caf8"
]
},
"folderProcessDetail": {
"processed": [
"54b3b49a3d775b914d18ecd9c8860d77",
"44b3b49a3d775b914d18ecd9c8860d78"
],
"deleted": ["44b3b49a3d775b914d18ecd9c8860d78"]
},
"cannotDeleteModels": [
{
"seedId": "4378273065bf4a13846d465ba3242c57",
"container": ["container A"],
"case": ["Case A"]
}
],
"cannotDeleteFolders": ["54b3b49a3d775b914d18ecd9c8860d77"]
}
Please see the video:
Supplementary explanation:
|
Thank you all, it should have been fixed in https://github.com/emqx/MQTTX/releases/tag/v1.11.1, if there are new problems I will reopen this issue. |
What did I do
同时订阅2个主题,设备每次连续发布这两个主题的数据,mqttx接收并显示这两个主题的消息
What happened
结果会出现只接收到一条主题数据的情况。
mqtt服务器记录的两个主题数据条数一致,设备端显示所有主题发布成功,更换
mqtt.fx后,不再出现丢失数据的情况。
Expected
接收所有数据
Environment
More detail
The text was updated successfully, but these errors were encountered: