Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
23 stars 20 forks source link

Fix race condition between web server start and handler registration. #281

Open rtrbt opened 10 months ago

rtrbt commented 10 months ago

There is a short time period between the start of the web server and the registration of the first handlers. If the web interface is reloaded in this time period, a 404 is returned.