janet blackquill
✅ [done] system.io.pipelines: unable to get last byte of what client has sent
i have a tcp server using the System.Net stuff, and it's just using the stream wrapper methods:
PipeReader.Create(ClientStream)
to obtain a PipeReader
i am having difficulty of getting the last byte of what a client has sent when i'm slicing stuff
notably, i can read the whole buffer in one fell swoop, but if i do this slice-and-advane dance, i'm unable to get at the last byte
code:
6 replies