8000
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 b82d0e1 commit 57c3650Copy full SHA for 57c3650
libraries/WiFi/src/WiFiClient.cpp
@@ -36,6 +36,7 @@ WiFiClient::WiFiClient(int fd):sockfd(fd),_connected(true),next(NULL)
36
37
WiFiClient::~WiFiClient()
38
{
39
+ stop();
40
}
41
42
WiFiClient & WiFiClient::operator=(const WiFiClient &other)
0 commit comments