-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missmatch between code and comment for intervalls #248
Comments
This looks correct to me, try and reconnect continuously for 5s |
5 seconds is 5,000ms not 50,000ms which explains my trouble with mqtt thinking it was the server not accepting the connection, but instead it was the wifi waiting almost two minutes to reconnect, despite thinking it should take 10 seconds. |
Damit, I was obviously blind to the number of zeros! Thanks, I've made the changes to fix |
ESP8266_WiFi_v2.x/src/mqtt.cpp
Lines 187 to 188 in 7657740
Not sure if comment or code is correct, but 5s != 50000ms
The text was updated successfully, but these errors were encountered: