1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Fix webserver unresponsiveness (#5259)

This commit is contained in:
Adrian Scillato 2018-10-18 18:36:47 -03:00 committed by Develo
parent e549355221
commit 561426c0c7

View File

@ -333,7 +333,7 @@ public:
last_sent = millis();
}
esp_yield(); // from sys or os context
delay(0); // from sys or os context
if ((state() != ESTABLISHED) || (sndbuf == TCP_SND_BUF)) {
break;