Tool/software: TI C/C++ Compiler
Hi there,
I built a test application that tries to:
- open a ssl socket,
- send a mqtt message,
- close the connection.
This application runs for a long time period and the test opens and close a huge number of sockets.
After a day, I receive this error: SL_ESECT00MANYSSLOPENED.
I'm sure that each opened socket was closed. I use a printf to log each socket actions (open/close).
To be sure, if I receive this error, before retry to open the socket the system waits 100 ms.
Any suggestion about the resolution of this error?
Best Regards,
Federico