/** 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 |
---|---|---|---|
96 | 2023-08-22 12:46:02 | 65.02 | 94.8% |
82 | 2023-08-20 13:04:05 | 64.09 | 95.5% |
56 | 2023-08-19 19:49:12 | 62.74 | 96.6% |
28 | 2023-08-18 23:50:16 | 50.27 | 93.9% |
9 | 2023-08-16 23:07:39 | 52.73 | 94.6% |