/** 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 |
|---|---|---|---|
| 83 | 2021-11-16 17:23:51 | 52.53 | 97% |
| 76 | 2021-11-16 17:05:34 | 47.37 | 96% |
| 64 | 2021-11-16 16:42:51 | 51.09 | 97% |
| 53 | 2021-11-16 16:21:01 | 43.76 | 96% |
| 35 | 2021-11-15 20:33:51 | 46.88 | 96% |