-
Notifications
You must be signed in to change notification settings - Fork 419
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
java.net.SocketTimeoutException: Connected, but timed out during TCP registration #132
Comments
How do you run corresponding server? Possibly your tcp ports simple don't match. |
This class instance is created on application load. Important note that this is not replicatable with android emulator only with a real phone ( Redmi Go which has Android 8) , but works on CAT S60 which has android 6.0.1 `package org.individual.ivan.geotest; import com.esotericsoftware.kryonet.Client; import java.io.IOException; public class ServerConnection extends Listener
} |
server runs fine. client cant connect.
it also says Note: Client#update must be called in a separate thread during connect.
But i got new thread for it ? sorry maybe im idiot :D
oh it crashes after client.connect(9999, ipAddress, tcpPort, 54777);
`public class ConnectClient {
}`
The text was updated successfully, but these errors were encountered: