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
Shared subscription worked well on my PC while using mosquitto_sub & mosquitto_pub at MQTT V5. But when I tried to subscribe "$share/a/b" using C++ wrapper (mosquittopp.h) and sent message using "mosquitto_pub -t b -m hello -V mqttv5", my client received nothing.
Does C++ wrapper support shared subscription?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hello,
Shared subscription worked well on my PC while using mosquitto_sub & mosquitto_pub at MQTT V5. But when I tried to subscribe "$share/a/b" using C++ wrapper (mosquittopp.h) and sent message using "mosquitto_pub -t b -m hello -V mqttv5", my client received nothing.
Does C++ wrapper support shared subscription?
Thanks a lot!
The text was updated successfully, but these errors were encountered: