-
Notifications
You must be signed in to change notification settings - Fork 146
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
Avahi mDNS API #39
Comments
You're right. It's a non issue. Not because people are not using linux (in fact they do) but because the warning is mostly about API aesthetics. The avahi guys just like their own API better. The compat library covers everything most people will ever need. However, not being able to browse clients is serious. It works just fine for me. Which version of node are you using? Have you tried running the test suite? |
Node version 6.18, but I will upgrade today and try again. I just ran the tests. The test log follows. Avahi also spit this out during the test: 'The program "node" called "DNSServiceEnumerateDomains()" which is not supported (or only partially supported) in the Apple Bonjour compatibility layer of Avahi' [sic] TEST LOG: �[1mtest_odd_ends�[22m �[1mtest_functional�[22m �[1mtest_service_type�[22m �[1mtest_dns_sd�[22m OK: 348 assertions |
node v0.6.x should be fine. The message about Somehow the test log is missing. Could you paste it again? |
weird, sorry �[1mtest_odd_ends�[22m �[1mtest_functional�[22m �[1mtest_service_type�[22m �[1mtest_dns_sd�[22m OK: 348 assertions |
Ok, looks good to me. I'm pretty sure the bug is on your side. Is your code available somewhere so I can take a quick look? |
LAWRD, I am such a shameful ASS! Please forgive me! I thought I had copied working code from my other app but I left out
[eggface] [uhgface] |
Hey, no problem. Don't blame yourself. Stuff like this happens all the time ... to all of us. The only thing that matters is that we were able to sort it out. |
http://0pointer.de/avahi-compat?s=libdns_sd&e=node
I realize this is no priority, b/c people on in the LAN are not probably using Linux. Nonetheless, I was not able to browse clients.
The text was updated successfully, but these errors were encountered: