You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, after I switch to another WiFi (with internet connection) and make a connection to my server, it show an error
java.net.UnknownHostException: Unable to resolve host "xxxx": No address associated with hostname
But when I closed my apps and open via browser, the address is accessible.
Any suggestion ?
The text was updated successfully, but these errors were encountered:
I've just worked through this problem. It's related to the bindProcessToNetwork() call which has been moved in and out of the library over the last few releases.
As a test try using wifiutils:1.6.0 which does not bind sockets to processes (Q or later). This worked for me but now I'm now stuck on this revision. It would be handy if the binding was an option.
Hello, after I switch to another WiFi (with internet connection) and make a connection to my server, it show an error
java.net.UnknownHostException: Unable to resolve host "xxxx": No address associated with hostname
But when I closed my apps and open via browser, the address is accessible.
Any suggestion ?
The text was updated successfully, but these errors were encountered: