/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }
Game | Time | WPM | Accuracy |
---|---|---|---|
122 | 2025-06-30 01:59:08 | 31.01 | 93% |
85 | 2025-06-22 22:52:58 | 30.72 | 93% |
75 | 2025-06-18 20:09:02 | 32.31 | 93% |
73 | 2025-06-18 19:59:22 | 30.58 | 93% |
66 | 2025-06-06 01:53:45 | 30.08 | 91% |
65 | 2025-06-06 01:49:24 | 23.94 | 92% |
60 | 2025-06-04 20:07:31 | 31.79 | 94% |
51 | 2025-06-02 00:36:32 | 29.41 | 93% |
28 | 2025-05-18 00:41:23 | 29.86 | 93% |