/** 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 |
---|---|---|---|
97 | 2024-06-10 16:17:11 | 25.53 | 94.8% |
86 | 2024-06-05 16:03:44 | 26.21 | 95.2% |
82 | 2024-06-02 16:16:18 | 21.75 | 95.5% |
62 | 2024-05-27 14:32:59 | 20.78 | 95% |
12 | 2024-05-18 16:19:46 | 15.72 | 92.7% |