/** 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 |
|---|---|---|---|
| 45 | 2025-10-27 16:45:16 | 46.00 | 95% |
| 36 | 2025-10-26 00:27:55 | 47.48 | 93% |
| 14 | 2025-10-24 12:03:44 | 40.42 | 92% |
| 10 | 2025-10-21 18:08:45 | 43.52 | 95% |