With MQTT protocol if a client publish a message there has no guarantee (instead of message QoS level) that the subscribing client has got the message. Normally, if a message is subscribed and no client is subscribed to that topic the message is simply discarded by the broker. If you want to make sure that …
retained messages
Showing 1 Result(s)