-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
flaky mDNS test: TestOtherDiscovery #1167
Comments
This looks like the same issue I'm seeing on MacOS. mDNS simply does not seem to work at all. I tried reimplementing the mDNS example code, and also ran this same test. Both seem to indicate that mDNS is not functional and isn't discovering peers. The debug logs simply iterate forever with the following lines (since I'm using 0.0.0.0). If I specify 127.0.0.1, the results are the same, except that it will lack the adding lines, since the address was specified. There's no other activity. Tried on two different networks. Haven't tried on a different computer.
|
@cbegin please file a new bug. |
The text was updated successfully, but these errors were encountered: