/** 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 |
---|---|---|---|
72 | 2025-02-08 16:55:21 | 36.16 | 90.5% |
65 | 2025-02-05 17:22:10 | 38.15 | 90.9% |
59 | 2025-02-04 17:19:59 | 40.18 | 91.7% |
56 | 2025-02-04 17:14:30 | 37.51 | 91.3% |
37 | 2025-01-28 18:11:29 | 31.61 | 91.9% |
36 | 2025-01-28 18:08:21 | 29.67 | 91.4% |