Hi all,
I'm writing a client application and ofc I need to read data from server.
When I get signal readyRead() i just read data.
The problem apears when serwer sends larger data.
Larger means 128bytes + header (6bytes).
In that case the signal "readyRead()" doesnt occure.
Additionaly after sending another data after this larger data, still signal doesnt show, when at start everything works great.
I also tryid with setting size of ReadBuffer manual but this doesnt help.
Did someone have problem like that or know how to make it work with larger data?
I tested it with 2 server: (1st in java, 2nd in qt), on both there is the same problem. So i think it must be client server.
Bookmarks