This reverts commit b2c678877c
.
This commit is contained in:
parent
b2c678877c
commit
109ba7a3b4
@ -196,8 +196,8 @@ WiFiClient & WiFiClient::operator=(const WiFiClient &other)
|
||||
|
||||
void WiFiClient::stop()
|
||||
{
|
||||
clientSocketHandle.reset(); // clientSocketHandle = NULL;
|
||||
_rxBuffer.reset(); // _rxBuffer = NULL;
|
||||
clientSocketHandle = NULL;
|
||||
_rxBuffer = NULL;
|
||||
_connected = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user