/** 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 |
---|---|---|---|
129 | 2025-07-07 17:54:12 | 36.97 | 93% |
98 | 2025-07-03 20:09:05 | 40.84 | 93% |
88 | 2025-07-03 19:49:10 | 36.26 | 92% |
73 | 2025-07-02 20:08:56 | 34.68 | 94% |
70 | 2025-07-02 20:03:13 | 34.15 | 92% |
4 | 2025-06-28 17:40:06 | 29.43 | 93% |