wifi reconnect doesn't seem to work on ESP32 multithread environment #1281
Labels
Needs Feeback
Developer needs feedback
QA
Quality Assurance testing needed
Question
User Question member to member support
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32:
Hardware: ESP32
Core Version: 2.4.0, staging
Description
Problem description
Hi, I'm using your great library in a number of ESP32 devices and they lose wifi connection; sometimes after a few days, sometimes after just a few minutes. the code is multithread, the 'loop' section is empty. It seems that the reconnect-mechanism is not successful. The problem can be avoided by manually adding a reconnect routine in the 'loop' section:
The setup is:
Settings in IDE
Module: doitV1
Additional libraries: pubsubclient, ESPmDNS,
Is there a way to let the reconnect be handled correctly by the library? thank you
The text was updated successfully, but these errors were encountered: