Closed GoogleCodeExporter closed 8 years ago
Hi mhkohne,
Return value of write only works under Polling mode, timeout works under
Polling mode too.
signal bytesWritten() can be used under EventDriven mode. perhaps what you need
is QIODevice::waitForBytesWritten(), but unfortunately we have not implement it.
Original comment by dbzhang...@gmail.com
on 6 Apr 2012 at 4:23
Ahh, the problem on my end is that I was under the mistaken impression that the
default was Polling mode, when in fact it is EventDriven. I'm unclear how I got
that incorrect impression, thank you for clearing it up.
Original comment by mhko...@moberg.com
on 6 Apr 2012 at 11:42
Original comment by dbzhang...@gmail.com
on 10 Apr 2012 at 3:59
Original issue reported on code.google.com by
mhko...@moberg.com
on 5 Apr 2012 at 6:39Attachments: