-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Reconnection even though no reconnect is necessary #508
Comments
I think this comes from calling Try adding |
How would you define |
I've done further investigation and noticed that this is happening when the ESP is renewing it's DHCP Lease. I thought that issue was supposed to be fixed a long time ago already? |
Issue was due to AP disconnect, not an issue in this library. Thanks to everyone who helped. |
I am running this library on an ESP8266 and noticed the following in the logs of my MQTT Server today:
The code I am running is:
Is there anything wrong with my code? This is happening on a lot of ESPs I am using, I haven't checked if there is one that is not affected.
The text was updated successfully, but these errors were encountered: