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 cf8f2b0 commit 39eb094Copy full SHA for 39eb094
features/netsocket/InternetSocket.cpp
@@ -62,6 +62,7 @@ nsapi_error_t InternetSocket::close()
62
63
nsapi_error_t ret = NSAPI_ERROR_OK;
64
if (!_socket) {
65
+ _lock.unlock();
66
return NSAPI_ERROR_NO_SOCKET;
67
}
68
0 commit comments