grmcdorman / esp8266_web_settings

General, non-specific web-based settings/status manager and classes for ESP8266 (possibly usable for other Arduino-class boards).
MIT License
1 stars 0 forks source link

Switching to tab shows stale values for ~5s #8

Open grmcdorman opened 2 years ago

grmcdorman commented 2 years ago

While a tab is not shown, it is not updated. When switching to that tab, the old values will be shown until the periodic update runs; this could take as long as 5 seconds.

This can be corrected by performing an immediate update when switching, without waiting for the periodic update.