9 years ago.

Are the Socket classes thread aware?

Can I use TCPSocketConnection from multiple threads using mbed-rtos?

Question relating to:

1 Answer

9 years ago.

They should be thread aware. The official mbed TCP stack requires the RTOS to function and uses threads internally.

Accepted Answer