/** 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 |
|---|---|---|---|
| 99 | 2025-01-27 19:20:45 | 40.07 | 95% |
| 95 | 2025-01-10 20:16:24 | 39.05 | 95% |
| 80 | 2025-01-04 02:53:12 | 42.33 | 96% |
| 71 | 2025-01-03 00:40:00 | 39.81 | 95% |
| 39 | 2024-12-15 22:21:50 | 39.29 | 95% |
| 36 | 2024-12-15 22:17:10 | 36.21 | 93% |
| 2 | 2024-12-14 22:53:33 | 37.04 | 95% |