/** 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 |
---|---|---|---|
112 | 2025-06-22 22:52:59 | 30.56 | 92% |
78 | 2025-06-18 20:09:19 | 29.40 | 91% |
76 | 2025-06-18 19:59:31 | 29.17 | 92% |
58 | 2025-06-18 01:07:29 | 32.02 | 94% |
48 | 2025-06-13 00:39:09 | 29.06 | 93% |
5 | 2025-06-06 01:53:58 | 28.01 | 91.5% |
4 | 2025-06-06 01:49:11 | 25.43 | 92.7% |