/** 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 |
|---|---|---|---|
| 38 | 2024-02-09 13:27:52 | 50.13 | 97.5% |
| 21 | 2023-07-01 19:30:41 | 57.13 | 97.7% |
| 19 | 2023-07-01 19:25:12 | 52.24 | 98.3% |
| 8 | 2023-06-27 03:51:47 | 49.69 | 96.2% |