mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 08:39:09 +03:00
asyncTCP fix
This commit is contained in:
@@ -42,7 +42,7 @@ int ClientAsync::read(uint8_t* buf, size_t size) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ClientAsync::stop() {
|
void ClientAsync::stop() {
|
||||||
client.close(false);
|
client.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ClientAsync::connected() {
|
bool ClientAsync::connected() {
|
||||||
|
|||||||
Reference in New Issue
Block a user