tylerjemarshall / ChatServer

Will support lobbies and mini-games.
Eclipse Public License 1.0
0 stars 0 forks source link

When client tries to connect to server when server isn't listening, client doesn't timeout #7

Open tylerjemarshall opened 9 years ago

tylerjemarshall commented 9 years ago

In the Login.class the client tries to connect to the server, and if the server isn't accepting or listening to new connections the client will attempt to connect indefinitely. Need to add a timeout.(30 seconds?)

tylerjemarshall commented 9 years ago

Out of scope, no time to complete.