Skip to content

Commit 343e65b

Browse files
committed
MbedClient: configureSocket, remove set_timeout call
1 parent 4f909a7 commit 343e65b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/SocketWrapper/src/MbedClient.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ void arduino::MbedClient::setSocket(Socket *_sock) {
6060
}
6161

6262
void arduino::MbedClient::configureSocket(Socket *_s) {
63-
_s->set_timeout(_timeout);
6463
_s->set_blocking(false);
6564
_s->getpeername(&address);
6665

0 commit comments

Comments
 (0)