Hi
I have three threads:
-
UDP thread client.
-
TCP server thread
-
Main thread.
I want to send a msg from the TCP client (C#) to the mbed (TCP server) to start and stop sending from the UDP thread (mbed).
For example: I send a strat msg from the TCP client and I recieved this msg from the server and the TCP server will send the start to the UDP thread but when I try to send again from the TCP client a stop msg. The UDP thread will not response.
Please advise
Thank you
Nada