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

Mancava la close!

parent a89b4cf2
......@@ -34,7 +34,9 @@ class TCPServer {
capitalizedSentence = clientSentence.toUpperCase() + '\n';
/* Invia la risposta al client */
outToClient.writeBytes(capitalizedSentence);
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