/** 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 |
---|---|---|---|
11 | 2017-11-26 18:41:09 | 50.14 | 97% |
9 | 2017-11-26 18:36:38 | 48.72 | 97% |
6 | 2017-03-27 10:23:16 | 56.76 | 97% |
3 | 2017-03-23 12:28:19 | 51.31 | 94% |