You use waitForReadyRead(). Do not use this.
You have a loop to send out all the data. Do not use this.
Instead, use signals and slots. Eg. use bytesWritten signal to determine when you can send more data.
You use waitForReadyRead(). Do not use this.
You have a loop to send out all the data. Do not use this.
Instead, use signals and slots. Eg. use bytesWritten signal to determine when you can send more data.
ivansjg (25th May 2010)
Bookmarks