mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-29 16:03:14 +03:00
Fix webserver unresponsiveness (#5259)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user