Commit 7c8eab76 authored by Gabriele Civitarese's avatar Gabriele Civitarese

Mancava la close!

parent a89b4cf2
......@@ -36,6 +36,8 @@ class TCPServer {
/* Invia la risposta al client */
outToClient.writeBytes(capitalizedSentence);
connectionSocket.close();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment