I’m currently writing a game for a school project using Libgdx and KryoNet.
Since I’m using Libgdx I can run it on the desktop and my phone with the same code.
My problem is that I can connect to the server that is running on my desktop with any computer in my house no problem but when I try to connect with my phone it immediately says ‘Unable to connect to: /192.168.1.120:9070’.
I’ve also tried forwarding the ports and using my actual IP address with no luck.
Any ideas?
I can provide code snippets on request but the project is too big to show everything.
Edit:
The timeout is set to 60000