Hi there,
currently, I do send objects via QSocket by cutting them down and send each attribute. The receiver takes all incoming attributes and creates an object.
But sometimes writeBlock() sends more than an object, three or more in one package,
How can I force it to send when I want to?
Is there another possibility of sending objects?
Many thanks in advance.
Ciao
Tom