/** 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 |
|---|---|---|---|
| 39 | 2024-12-14 22:58:05 | 71.63 | 96.4% |
| 38 | 2024-12-12 17:25:59 | 72.50 | 96.9% |
| 36 | 2024-12-12 03:41:23 | 68.01 | 97.1% |
| 34 | 2024-12-12 02:17:53 | 67.17 | 95.3% |
| 14 | 2024-10-24 19:23:37 | 63.58 | 96.5% |
| 1 | 2023-10-05 18:07:56 | 50.44 | 94.2% |