/** 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 |
---|---|---|---|
131 | 2024-11-20 09:33:57 | 36.43 | 96.6% |
114 | 2024-09-11 12:23:33 | 36.11 | 96.1% |
57 | 2023-11-10 09:27:02 | 28.31 | 93.9% |
25 | 2023-10-05 12:50:19 | 35.76 | 96% |
12 | 2023-09-29 13:54:22 | 27.70 | 93.2% |