suzaku-io / boopickle

Binary serialization library for efficient network communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ByteBufferProvider#asByteBuffers reverse order

slandelle opened this issue · comments

Hi @ochrons

ByteBufferProvider#asByteBuffers doesn't return ByteBuffers in temporal order, but in reversed one.
IMHO, there's a missing reverse here.

Regards

Yea, looks like that. Wanna do a PR with a test case to prove it? :)

Sure, will do tomorrow :)