/** 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 |
|---|---|---|---|
| 35 | 2019-07-11 17:30:10 | 81.71 | 98% |
| 31 | 2019-07-11 13:57:47 | 85.94 | 98% |
| 27 | 2019-07-11 13:53:40 | 79.74 | 98% |
| 17 | 2019-07-11 13:28:50 | 73.26 | 98% |
| 11 | 2019-07-11 13:13:54 | 68.91 | 97% |