I\'m using mosquitto as broker and paho(python) as client. I\'m trying to make subscriber to receive offline messages.
For that I made following changes:
Check if you have set the retain flag to true when publishing message to topic, with retain=true, new connected client which subscribes the topic will receive the retained message.