TCP Multithread
We combined with multithread feature, the two TCP client and server examples into a single project to facilitate testing.
The server is in MainThread, while the client is in ClientThread; some delay instructions have been added to make the client find the active server.
For details follow the explanation of the individual projects in TCP.