We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried on my Mac, it always returns {error, eaddrnotavail}.
{error, eaddrnotavail}
If I change to:
gen_udp:open(0, [binary])
it works like a charm.
Any ideas?
The text was updated successfully, but these errors were encountered:
Those are two very different things, mdns needs to bind a and (re-use) for port 5353, OS X has had some strange behaviour on that in the past.
Sorry, something went wrong.
PR acceptable?
No branches or pull requests
I tried on my Mac, it always returns
{error, eaddrnotavail}
.If I change to:
it works like a charm.
Any ideas?
The text was updated successfully, but these errors were encountered: