<@U4CP1J0QP> I am tired of tryitng to support my k...
# io
a
@e5l I am tired of tryitng to support my kotlinx-io fork, so I am trying to migrate to ktor-io. Some things are uggly but manageable, but I've just spent almost the whold day with the following problem: it seems that
readBytes
method does not actually advance the input read pointer. Is it intentional?
Two subsequent readBytes read from the same place to be precise
The problem seems to be with MemoryMappedBuffer I use as a source for ByteReadPacket
e
Nope, please file an issue
a
After I replaced memory map by the byte array, it is working properly. I will file an issue if I will have time to do a reproducer.