Server socket will not accept - SocketTimeoutException

I’m trying to accept from a server socket from my MOE 1.3 app, but I always get a SocketTimeoutException. Is there anything special I need to do?

Sample project attached.

SocketTest.zip (87.1 KB)

Dear SteveOfTheStow!

ServerSocket already not supported default unlimited timeout (0)


Please use setSoTimeout method or try libgdx version:

LibgdxSocketTest.zip (1.8 MB)

Best Regards,
Roland