Checking event messages in the Azure hub, I see - at some places with probably bad internet connection - that there are a lot of events missing. Is it possible to set the QoS for Azure to a higher level?
Kind regards,
Rolf
Checking event messages in the Azure hub, I see - at some places with probably bad internet connection - that there are a lot of events missing. Is it possible to set the QoS for Azure to a higher level?
Kind regards,
Rolf
No, you can’t. The azure
lib sends messages with qos=0:
mgos_azure_send_d2c_msg
mgos_azure_dm_response
AZURE_TWIN_GET_TOPIC
Only AZURE_TWIN_UPDATE_TOPIC is sent with qos=1.