Hello,
I'm using a QTextStream to send some message from client to server, when i performed the operations should i close the QTextStream?
When i send the stream i'm into a "for" cycle, it's better close the QTextStream when all the "for" interations are ended?
Thx