/** 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 |
---|---|---|---|
66 | 2024-09-26 23:48:53 | 42.97 | 94.9% |
50 | 2024-09-25 22:50:37 | 49.56 | 95.5% |
30 | 2024-09-23 23:55:17 | 45.51 | 96% |
13 | 2024-09-22 21:38:04 | 46.36 | 96.8% |