/** 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 |
|---|---|---|---|
| 50 | 2025-06-01 00:28:17 | 34.30 | 91% |
| 49 | 2025-06-01 00:21:15 | 35.51 | 92% |
| 46 | 2025-05-29 01:26:56 | 34.60 | 91% |
| 8 | 2025-03-31 01:28:42 | 30.64 | 91.9% |