/** 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 |
---|---|---|---|
40 | 2023-04-21 18:03:23 | 40.22 | 97% |
28 | 2023-04-21 07:01:32 | 40.27 | 97% |
5 | 2023-04-16 17:52:26 | 30.30 | 94% |