/** 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 |
---|---|---|---|
45 | 2022-10-31 14:35:00 | 70.27 | 96% |
44 | 2022-07-06 16:15:05 | 78.73 | 99% |
34 | 2022-07-06 15:58:41 | 75.86 | 98% |
7 | 2020-04-08 05:34:24 | 42.55 | 93% |