/** 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 |
---|---|---|---|
193 | 2024-02-12 10:50:51 | 81.30 | 96.8% |
133 | 2019-02-06 12:54:48 | 64.22 | 94% |
128 | 2019-02-06 12:45:53 | 66.88 | 95% |
102 | 2019-01-30 13:26:57 | 67.08 | 97% |
79 | 2019-01-29 09:07:56 | 59.61 | 95% |
54 | 2019-01-28 08:52:13 | 67.52 | 96% |
27 | 2019-01-27 23:37:38 | 61.61 | 94% |