OpenHFT / Chronicle-Bytes

Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with many extensions
http://chronicle.software
Apache License 2.0
404 stars 84 forks source link

Fixed issue with net.openhft.chronicle.bytes.VanillaBytes#append #104

Closed RobAustin closed 5 years ago

RobAustin commented 5 years ago

it was not setting the write position after doing the append

RobAustin commented 5 years ago

@rogersimmons could you check if this issue is in c++

RobAustin commented 5 years ago

I've reverted this change as the issue turned out to be elsewhere