Closed
Description
- I've searched for previous similar issues and didn't find any solution
Known Issue
- I'm using ATS data type endpoint: the endpoint should look like
<prefix>-ats.iot.<region>.amazonaws.com
Describe the bug
In order to keep the program automatic reconnection when dropped,we need to frequent use of "connection->Connect()" to reconnect. But we find that "connection->Connect()" will make memory leak when frequent called.
Platform/OS/Device
ARM/Linux/
SDK version number
v1.8.4
To Reproduce (observed behavior)
1.make sure network doesn't work.
2.put connect and disconnect in a loop which break until connected.
3.then running it can find memory leak.