MQTT Helper library handling qos ack.

I've been playing around with the MQTT example for the nrf7002dk and noticed that the mqtt_helper_publish function used from the MQTT Helper libraries doesn't handle acknowledgements for QoS 1/2. Is there an example that uses the mqtt_evt_handler for publishing messages that return errors when the message is not acknowledge?

Related