You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, for my application i want to have MQTT on QOS1. But have some strange terminal outputs at my broker side. Got "qos":0???
here my broker terminal output --> {"tst":"2024-10-14T11:59:24.523173Z+0000","topic":"info","qos":0,"retain":0,"payloadlen":7,"payload":"hfhgfhj"}
although i do set the QOS1 correctly in my firmware.
message.payload = (void*)msg->payload;
message.payloadlen = msg->payloadlen;
message.qos = QOS1;
message.retained = 0;
Need some help and clarification, thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, for my application i want to have MQTT on QOS1. But have some strange terminal outputs at my broker side. Got "qos":0???
here my broker terminal output --> {"tst":"2024-10-14T11:59:24.523173Z+0000","topic":"info","qos":0,"retain":0,"payloadlen":7,"payload":"hfhgfhj"}
although i do set the QOS1 correctly in my firmware.
message.payload = (void*)msg->payload;
message.payloadlen = msg->payloadlen;
message.qos = QOS1;
message.retained = 0;
Need some help and clarification, thanks in advance.
The text was updated successfully, but these errors were encountered: