arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.03k stars 4.78k forks source link

Wrong timeout in `WebQuery` and `webclient` since Core3 #21442

Closed s-hadinger closed 4 months ago

s-hadinger commented 4 months ago

Description:

Fix wrong timeout with WebQuery and Berry webclient. Since Core3, timeout is in milliseconds instead of seconds.

I believe the Mail client has the same problem, but I haven't spotted any other impact.

Checklist:

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass