Hello,
I've come up with the requirement to address the issue of persisting the unpublished messages in case of a connection loss to the broker.
I already use the QOS and clean session option to retrieve missed messaged for the subscribers, but here it's' the other story of clients
being unable to publish the messages to the broker.
Had this been already addressed in the Paho libraries or will i have to implement sort of a persistent queue separately to overcome the problem?
Any suggestion would be highly appreciated.
Thank you.
-Nowa.