Hi
I run a tiny HTTP-Server (Restful) on my target (Powerful CM7).
I have a super basic example running which i reviewed multiple times, just to make sure there is no coding error.
The server is able to handle one single POST message, and one GET message.
But always after a couble of seconds/minutes, the service stopps working. I suspect there is an issue with the underlying TCPSocket.
Does someone have deep know-how on the implementation? There are similar posts about people speculating there is a lock-problem with some mutexes/semaphores down the road of TCPSocket, or sockets in general.
Additional question: Where can i find the test files which have been used to test the TCPSocket on Mbed-OS-6? As far as i can see, mbed-os provides just minimal test code.
THanks.