-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Does Sming only detects no internet when disconnected from wifi router? #2128
Comments
Can you try to compile Sming AND your application using DEBUG_VERBOSE_LEVEL=3 ? Once this is done flash the application on your device and let it connect to internet. After that stop the internet connection (unplug the fiber cable for example) but leave the Wifi router running. Copy the log information and paste it here. |
Sure, here it is
|
@slaff Any idea on what is happening? |
Hello!
I'm using Sming 3.8 (sorry for that) and MqttClient. Seems that Mqtt disconnect event is only fired when ESP is disconnected from the wifi router. If the wifi router keeps on and the only the connection to internet goes off, MqttClient does not fire the disconnect event. Is it a known issue? Is it solved at Sming 4?
The text was updated successfully, but these errors were encountered: