We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a2318 commit 5a82c8bCopy full SHA for 5a82c8b
features/netsocket/TCPServer.cpp
@@ -28,6 +28,7 @@ TCPServer::~TCPServer()
28
29
nsapi_error_t TCPServer::accept(TCPSocket *connection, SocketAddress *address)
30
{
31
+ _lock.lock();
32
nsapi_error_t ret;
33
34
while (true) {
0 commit comments