We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f909a7 commit 343e65bCopy full SHA for 343e65b
libraries/SocketWrapper/src/MbedClient.cpp
@@ -60,7 +60,6 @@ void arduino::MbedClient::setSocket(Socket *_sock) {
60
}
61
62
void arduino::MbedClient::configureSocket(Socket *_s) {
63
- _s->set_timeout(_timeout);
64
_s->set_blocking(false);
65
_s->getpeername(&address);
66
0 commit comments