I still don't see you use waitForReadyRead...
Qt Code:
x->connectToHost(...); x->waitForConnected(...); while(x->waitForReadyRead(10000)){ x->readAll(); // or canReadLine && readLine... }To copy to clipboard, switch view to plain text mode
I still don't see you use waitForReadyRead...
Qt Code:
x->connectToHost(...); x->waitForConnected(...); while(x->waitForReadyRead(10000)){ x->readAll(); // or canReadLine && readLine... }To copy to clipboard, switch view to plain text mode
Bookmarks