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
sub -t topic -s should only print the messages received on topic topic.
Actual behavior
The command prints every publish received on any active subscription of the client.
To Reproduce
Subscriber
mqtt> con
mqttClient-MQTT_5_0-5ec78216-632c-4bf0-81e0-9a864d42d6cd@localhost> sub -t /topic1/
mqttClient-MQTT_5_0-5ec78216-632c-4bf0-81e0-9a864d42d6cd@localhost> sub -t /topic2/ -s
hallo2
hallo1
Expected behavior
sub -t topic -s
should only print the messages received on topictopic
.Actual behavior
The command prints every publish received on any active subscription of the client.
To Reproduce
Subscriber
Publisher
Details
The text was updated successfully, but these errors were encountered: