/** 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 |
---|---|---|---|
43 | 2024-09-12 22:29:41 | 30.69 | 96.5% |
37 | 2024-08-25 23:09:32 | 30.67 | 96.9% |
34 | 2024-08-25 23:02:57 | 28.19 | 96.5% |
29 | 2024-08-24 01:37:49 | 27.04 | 95.8% |
27 | 2024-08-24 01:12:41 | 28.71 | 96.7% |