/** 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 |
|---|---|---|---|
| 107 | 2019-07-29 12:32:50 | 57.13 | 94.3% |
| 59 | 2019-07-21 16:58:01 | 67.00 | 96.1% |
| 49 | 2019-07-21 16:34:33 | 74.13 | 97.9% |
| 29 | 2019-07-20 20:42:43 | 74.46 | 97.1% |
| 14 | 2019-07-20 20:21:43 | 69.27 | 95.9% |
| 9 | 2019-07-20 17:12:23 | 65.22 | 95.6% |
| 7 | 2019-07-20 17:09:20 | 60.25 | 94.7% |
| 5 | 2019-07-20 17:06:26 | 65.91 | 95.8% |