10 years, 4 months ago.

Are the Socket classes thread aware?

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

Question relating to:

1 Answer

10 years, 4 months ago.

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

Accepted Answer