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:
parent
e549355221
commit
561426c0c7
@ -333,7 +333,7 @@ public:
|
|||||||
last_sent = millis();
|
last_sent = millis();
|
||||||
}
|
}
|
||||||
|
|
||||||
esp_yield(); // from sys or os context
|
delay(0); // from sys or os context
|
||||||
|
|
||||||
if ((state() != ESTABLISHED) || (sndbuf == TCP_SND_BUF)) {
|
if ((state() != ESTABLISHED) || (sndbuf == TCP_SND_BUF)) {
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user