Re: [Interest] QDataStream not increasing position of QByteArray

2017-10-02 Thread Thiago Macieira
On Monday, 2 October 2017 05:23:21 PDT stephan.ebel...@hs-anhalt.de wrote: > Dear Qt-list-members, > > > > i got the following problem with Qt and i hope that you can help me: > > > When I write raw network bytes to a QDataStream object repeatedly, the > QDataStream never increases the write p

Re: [Interest] QDataStream not increasing position of QByteArray

2017-10-02 Thread Henry Skoglund
On 2017-10-02 14:23, stephan.ebel...@hs-anhalt.de wrote: Dear Qt-list-members, i got the following problem with Qt and i hope that you can help me: When I write raw network bytes to a QDataStream object repeatedly, the QDataStream never increases the write position of the underlying QByteAr

[Interest] QDataStream not increasing position of QByteArray

2017-10-02 Thread stephan.ebel...@hs-anhalt.de
Dear Qt-list-members, i got the following problem with Qt and i hope that you can help me: When I write raw network bytes to a QDataStream object repeatedly, the QDataStream never increases the write position of the underlying QByteArray. Here's the code: QByteArray recvBuf; int bytePositi