/** 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 |
---|---|---|---|
129 | 2020-04-04 20:42:02 | 64.16 | 97% |
114 | 2019-08-31 02:10:00 | 64.81 | 97% |
110 | 2019-08-22 18:49:53 | 40.17 | 97% |
109 | 2019-08-22 18:46:24 | 67.46 | 98% |
78 | 2019-07-24 20:05:32 | 68.23 | 98% |
26 | 2019-03-30 07:22:11 | 59.02 | 96% |
8 | 2019-02-28 09:50:35 | 49.55 | 96% |