/** 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 |
|---|---|---|---|
| 65 | 2023-05-23 14:46:28 | 67.69 | 95.2% |
| 51 | 2023-05-23 02:15:36 | 74.41 | 98.6% |
| 41 | 2023-05-23 00:21:52 | 74.99 | 98.8% |
| 35 | 2023-05-23 00:13:14 | 67.26 | 97.8% |
| 13 | 2023-05-22 17:42:41 | 68.41 | 96.6% |