[Interest] problem receiving data from QTcpSocket

Richard Moore rich at kde.org
Wed Nov 2 14:07:13 CET 2011


On Wed, Nov 2, 2011 at 1:00 PM, sarvesh saran
<aquarian.thunder at gmail.com> wrote:
>> The connection is successful and I get the connected() signal.
>>
>> Now, when I write data to the server, I never really get a reply (even
>> though the write was successful). I don't get an error either.

Remember that data is only actually transmitted if you enter the event loop.

Rich.



More information about the Interest mailing list