Skip to content
Advertisement

Tag: sslsocketfactory

Socket.close stuck for 15 minutes

I’ve developed my own MMORPG game client and server using SSLSockets. New connections get a dataoutput/input stream in their own threads. In my main thread loop, I have a method that goes through the connection map and closes connections (inactivity kicks, requested logouts, etc.). My game server randomly hangs for 15 minutes so every 60 seconds, in another thread, I

Advertisement