Are there any examples showing how to handle MQTT QOS 2? I have searched for MQTT_EVT_PUBREC, MQTT_EVT_PUBREL, and MQTT_EVT_PUBCOMP and nothing shows up for any.
Are there any examples showing how to handle MQTT QOS 2? I have searched for MQTT_EVT_PUBREC, MQTT_EVT_PUBREL, and MQTT_EVT_PUBCOMP and nothing shows up for any.
Hi,
Unfortunately, there's no applications that use QOS2 by default, but the SLM application has handling of these events in the handler:
Kind regards,
Håkon
Hi,
Unfortunately, there's no applications that use QOS2 by default, but the SLM application has handling of these events in the handler:
Kind regards,
Håkon