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
In Client.java (https://github.com/EsotericSoftware/kryonet/blob/master/src/com/esotericsoftware/kryonet/Client.java) at line 53, there is a call: System.setProperty("java.net.preferIPv6Addresses", "false"); Now I don't think this is necessary. On my phone, it returns this error:
System.setProperty("java.net.preferIPv6Addresses", "false");
03-26 10:56:33.042: E/System(11677): Ignoring attempt to set property "java.net.preferIPv6Addresses" to value "false".
Which is an error, but gets ignored (app runs regardless of it on my phone). I'm not sure about it, however I think it should be fixed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Client.java (https://github.com/EsotericSoftware/kryonet/blob/master/src/com/esotericsoftware/kryonet/Client.java) at line 53, there is a call:
System.setProperty("java.net.preferIPv6Addresses", "false");
Now I don't think this is necessary. On my phone, it returns this error:
Which is an error, but gets ignored (app runs regardless of it on my phone). I'm not sure about it, however I think it should be fixed.
The text was updated successfully, but these errors were encountered: