/** 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 |
|---|---|---|---|
| 328 | 2024-05-13 15:39:20 | 31.40 | 96% |
| 218 | 2024-03-21 01:29:59 | 27.25 | 95.4% |
| 99 | 2024-01-24 16:13:28 | 24.24 | 94.8% |
| 77 | 2024-01-20 19:29:44 | 21.25 | 94.3% |
| 56 | 2024-01-19 18:53:48 | 19.96 | 94.5% |
| 15 | 2024-01-07 05:39:38 | 18.13 | 94.1% |