I'm using this library on a ESP32
which doesn't support QOS2 due to memory limitations
For publishing something like a button press event message from the ESP32 I need to know that the message arrived at the broker, but the library doesn't have that acknowledgment functionality.
Are there any libraries that do support QOS2, or failing does anyone have a transmit protocol that uses MQTT as the transport layer, and checks for delivered messages?
The scenario is ESP32 -> Mosquitto MQTT broker -> Linux computer
The computer is the only destination so that would be the device sending the acknowledgment back to the ESP32.