-
Notifications
You must be signed in to change notification settings - Fork 34
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
Querying does not work for cases when advertising is delegated to another host. #93
Comments
If you apply #70 does it work? Most of my attention is on https://github.com/pion/webrtc, but will try my best to get this working! |
No, #70 does not fix it. I checked and the code returns here conn.go#L297 For some reason it sees it as empty response. Which it is not. Debugging the code: err == "parsing/packing of this section has completed" in that if statement. But no error is returned back and no response is captured. Running tcpdump I do see:
So the question is sent and answer is sent back. |
@akamensky if you're still interested, can you check if this is still an issue? |
Looked into this. This does not work because when we listen to |
Verified #176 fixes this but need a review |
Your environment.
What did you do?
I have a code that advertises A records on behalf of other hosts. Simple code to do that is (this code runs on a host with a different IP address):
Then query it using code as in examples:
What did you expect?
Querying using this library should work. It works using avahi client and it works using macos dns-sd. I expect that while the above code is running, querying using this library for "test.local" returns correct result.
What happened?
It hangs indefinitely.
The text was updated successfully, but these errors were encountered: