Text race history for Jhonny Condori (jhonny_ct)

Back to text analysis page

/** 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
12 2025-06-18 20:09:26 28.23 96%
10 2025-06-18 19:59:52 26.17 95%
8 2025-06-04 20:08:16 25.14 95.1%