/** 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 |
|---|---|---|---|
| 76 | 2025-03-15 18:46:36 | 32.09 | 93.8% |
| 65 | 2023-10-15 16:38:42 | 32.23 | 94.3% |
| 57 | 2023-10-12 18:27:20 | 32.19 | 95.2% |
| 52 | 2023-10-11 16:09:21 | 33.29 | 94.9% |
| 30 | 2023-06-29 07:47:27 | 30.73 | 96.6% |