The MQTT Adafruit forum told me: "An automatic process in order to synchronize the subscriber without any data loss?
You can - please see this documentation about retained values here:
[https://io.adafruit.com/api/docs/mqtt.html#retained-values](link url) “
Checking the Github I've found an open issue about support of the MQTT retain Flag in M5 UIFlow code. See: [https://github.com/m5stack/UIFlow-Code/issues/1](link url)
My PAHO subscriber client currently displays a zero value in the retain flag returned from the M5 publisher and Adafruit broker. Do you know the status of this issue?