/** 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 |
---|---|---|---|
36 | 2023-04-08 17:23:19 | 62.30 | 98% |
21 | 2023-03-22 14:42:30 | 54.86 | 96% |
18 | 2023-03-22 14:37:42 | 54.42 | 96% |
5 | 2023-03-17 14:45:04 | 53.31 | 97% |