/** 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 |
---|---|---|---|
47 | 2023-11-06 16:22:34 | 45.79 | 95.4% |
45 | 2023-11-06 16:15:30 | 43.77 | 95% |
26 | 2023-06-28 16:16:32 | 46.01 | 95.1% |
25 | 2023-06-25 07:06:03 | 46.64 | 94.2% |
10 | 2023-06-23 13:50:14 | 43.31 | 93.6% |
7 | 2023-06-15 12:20:12 | 39.79 | 94.8% |