socket->write(data);
use waitForBytesWritten() in the middle .. wait until ' data' is written
and then
socket->write(data1);
cheers
socket->write(data);
use waitForBytesWritten() in the middle .. wait until ' data' is written
and then
socket->write(data1);
cheers
Bookmarks