-
Notifications
You must be signed in to change notification settings - Fork 13.3k
MDNS Not working properly after this commit 9009b8 #6463
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
Comments
Would you be able to test with #6261 ? |
@d-a-v . I checked it latest today. Its working fine with this pull request. EDIT: Earlier i tried re initializing submodules and downloading the tools again after merging this pull request, but it did not work. |
@arihantdaga with or without #6261 ? |
With #6261 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic Infos
Platform
Settings in IDE
Problem Description
MDNS isn't working continuously after this commit f9009b8.
Problem Scenario -
After calling mdns.begin() once, it says ok. Now if a new device which is running a service discovery application, Joins the wifi network, it cannot find the .local service and cannot connect to the esp node using .local hostname.
I am attaching a screenshot from my service discovery browser, which publishes a remove event for this esp node.
This was working fine previous to this commit, i have verified that.
MCVE Sketch
The text was updated successfully, but these errors were encountered: