You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browsers open multiple connections per server and ESP8266 / ESP32 is not capable to serve concurrent connection via HTTPS because it runs out of memory when doing TLS. Connection requests above the limit should wait.