Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years ago.
is non blocking sockets supported
Hi,
I am trying to use non blocking tcp socket, is this platform support non blocking sockets. I tried blocking socket tcp connect/read/write and it is successful. But the non-blocking socket example given in documentation is not working.
Can some one help me to work on this.