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
When I use the sketch without ws2812fx.service(); in loop() then everything works fine for several hours but when I include ws2812fx.service(); in loop() then MQTT disconnects after few minutes.
Then it started to try reconnecting, after several minutes it says "MQTT!: Can't connect to broker after too many attempt, resetting WiFi".
After several retries connecting with wifi, it reboots the device.
I tried the same ESP01 and ESP12F.
Versions
ESPMQTTClient lib: 1.13.3
PubSubClient lib: 2.8
Arduino ESP32 / ESP8622 core: ESP8266
Hardware
Board type : ESP8266
Board model : ESP01 and ESP12F
Logs
MQTT!: Can't connect to broker after too many attempt, resetting WiFi.
C++ code
voidloop()
{
client.loop();
ws2812fx.service();
}
The text was updated successfully, but these errors were encountered:
Same issue with PubSubClient. I found that when I'm connecting with a mobile hotspot it's working fine but when I connect with a broadband (Airtel Fiber) router then it's occurring. I checked unique device id, client id, hostname but it's happening.
Description of the problem
Versions
Hardware
Logs
C++ code
The text was updated successfully, but these errors were encountered: