esp-aws-iot icon indicating copy to clipboard operation
esp-aws-iot copied to clipboard

Shadow/MQTT Disconnect Callback Implementation for beta release [57b18d7] ? (CA-150)

Open devUsama opened this issue 3 years ago • 0 comments

I’m running a shadow application that is based on the beta release [57b18d7]. In this implementation the MQTT connection is established by calling EstablishMqttSession function and its parameter is a user event callback of type MQTTEventCallback_t that notify the user about incoming packet events but not MQTT events like disconnect. So to be exact how to get notify about MQTT connection lost event? I can't find any implementation on it in the beta release.

devUsama avatar Jul 31 '21 19:07 devUsama