Replies: 1 comment
-
Hard to say without understanding the lifetimes of the various objects in your application. What does the debugger tell you? Lambda capture doesn't keep anything alive, so if your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
I am using AWS Device SDK (CPP V2) to build my AWS Agent for my Network Communication Module. I am using MQTT5 for connection to AWS. I can see my application getting crashed when 2 different devices are using same Thing Id and device certificates which I know that AWS will disconnect the first client with reason, "Duplicate Client ID" and connect to another device which has same client Id (Thing Id) and certificates.
My question is, I have setup a Disconnect Callback as below :
Any particular reason or anything I am missing in my implementation?
Beta Was this translation helpful? Give feedback.
All reactions