You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and Add the definition of this function in AWS_IOT.h as below
bool isConnected();
You can use the awsObj.isConnected() to get the current status of Connection.
When you call to the function aws_iot_mqtt_is_client_connected(&client); check the last saved state in the class AWS_IoT_Client but doesnt check or update the real state of connection, right?
Hi,
I would like to monitor AWS connection status. Could you please tell me whether I can do it with AWS_IoT library?
Thanks,
Anusha
The text was updated successfully, but these errors were encountered: