net: DNS requests do not work on Android #10714
Closed
Comments
CL https://golang.org/cl/9793 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
DNS requests on Android from JNI libraries do not work: Go tries to do the DNS lookup itself by connecting to the local DNS server over UDP but nothing seems to be listening.
Code used:
This code is called from an Android class by the JNI wrappers provided by gomobile bind.
This issue may be related to or the same as #8877 but I'm not sure.
Android version: 5.1
Go version: devel +4ddd751
x/mobile version: master branch tip: #601608a0e07a5bd0cf7fddbfc9b7d5f6b23e9476
The text was updated successfully, but these errors were encountered: