/** 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 |
|---|---|---|---|
| 31 | 2021-10-14 22:18:35 | 50.96 | 97% |
| 22 | 2014-03-09 08:19:47 | 52.92 | 90% |
| 19 | 2014-03-09 08:14:46 | 52.12 | 91% |
| 18 | 2014-03-06 12:13:25 | 43.28 | 87% |
| 10 | 2014-03-01 12:03:50 | 42.46 | 85% |