Publish/Get last message when a new subscriber subscribes to a topic
Hi,
I have few publishers in my system, some of them publish at a pre-defined rate and other publish only when there is a change in their variable value. I was wondering if there is a way, when a new subscriber subscribes after the node has started and the subscriber should receive the last published message.
It's not related to loos of packet. It's just that the subscriber doesn't exists when the publisher published previous message.
Thank you