Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 10 months ago.
When TLSClient finished its connection, TLSServer doesn't accept new connection.
Hi,
I gave a try to this TLS_cyassl-Example2 demo code, but I noticed that when the connection with a client is finished, the server doesn't see it as disonnected, and since there is no threading yet for multiple connection, it is simply doesn't look for any new connection until I reset the program.
Any clue how disconnection should be handled ?