-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Force MDNS restart after connection (NONBlockling) #1622
Comments
hmm on esp8266 you have to explicitly run mdns, maybe there is a problem there. |
No, i am aware of this, and i have MDNS.begin ( "name" ) ) in setup. |
If you use WM non blocking it handles this for you. Otherwise I think you are suppose to call this in loop Maybe this is outdated, I will have to check the docs and code for esp mdns. But give that a try in case its not working? I will investigate this for a bug, sounds like it might be, or not starting mdns when no connection Also confirm there is no delays in loop and you are calling wm.process() often enough |
Thanks |
mdns stop start? |
Hi Thers no Start stop mdns.... |
.end() sorry |
I havent tested properly... |
Thats strange, esp lib up to date? |
Hi, Thanks for still helping me out..... |
Basic Infos
Hardware
WiFimanager Branch/Release: Master 2.0.16-rc.2
Esp8266:
Hardware: ESP-12e
Core Version: 2.4.0, staging
Description
Is there a callback function to indicate that a connection is made?
When using NONblocking and MDNS, it connects fine, but MDNS takes a long time to initialize,
so i would like to force a MDNS restart.
Settings in IDE 1.8.13
Module: Generic
The text was updated successfully, but these errors were encountered: