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
I use MQTTX CLI to subscribe to a topic. When the server forwards a message containing the topic alias to MQTTX CLI, the CLI will print the following error log:
And, when I set a topic alias, and send multiple messages with the --multiline option, each message will contain both the topic and the topic alias:
What did I do
I use MQTTX CLI to subscribe to a topic. When the server forwards a message containing the topic alias to MQTTX CLI, the CLI will print the following error log:
And, when I set a topic alias, and send multiple messages with the
--multiline
option, each message will contain both the topic and the topic alias:In fact, except for the first message, all subsequent messages only need to contain the topic alias.
Expected
MQTTX CLI should receive messages with the topic alias normally.
Environment
The text was updated successfully, but these errors were encountered: