Text race history for Fátima (nessa2)

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
51 2025-06-30 01:59:32 27.17 94%
18 2025-06-22 22:53:15 28.10 96%
6 2025-06-18 20:09:47 25.37 96%
3 2025-06-02 00:37:16 23.67 95%