mirror of https://github.com/ARMmbed/mbed-os.git
parent
48c149b227
commit
4ea49f5580
|
@ -28,6 +28,7 @@ TCPServer::~TCPServer()
|
|||
|
||||
nsapi_error_t TCPServer::accept(TCPSocket *connection, SocketAddress *address)
|
||||
{
|
||||
_lock.lock();
|
||||
nsapi_error_t ret;
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Reference in New Issue