It would be awesome to be able to check if a received message was a retained one and may be old.
I'm controlling door locks via MQTT and this would be very important to me.
typedef struct {
...
bool retained; /*!< true indicates the message was retained and may be old. */
...
} esp_mqtt_event_handle_t
@david-cermak
Feature Request:
It would be awesome to be able to check if a received message was a retained one and may be old. I'm controlling door locks via MQTT and this would be very important to me.
Thanks!