/** 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 |
---|---|---|---|
58 | 2024-04-12 03:02:50 | 69.81 | 98.1% |
51 | 2023-08-17 20:53:28 | 62.02 | 95% |
42 | 2021-12-25 13:21:02 | 56.59 | 95% |
33 | 2021-12-25 13:02:51 | 60.16 | 96% |
28 | 2021-12-24 14:12:45 | 54.92 | 95% |
18 | 2021-12-24 13:54:33 | 55.40 | 95% |
14 | 2021-12-24 13:43:17 | 50.63 | 94% |