mirror of https://github.com/ARMmbed/mbed-os.git
commit
d6ccf46bbc
|
@ -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