Hey, greetings,
Wondering, how to fetch retained messages per device which has not been sent to any subscribers ?
For example, a client subscriber is getting data from device topic, then subscriber disconnected from topic (goes offline), I need to get only the new recent messages (which has not been sent yet) from device once subscriber returns online.
How to reach this behavior using MQTT API ?
thanks