Anzhelika
Results
2
comments of
Anzhelika
But why? `args.Index` is the start of the packet data, not packet type byte. I think it's logical that `args.Msg.readBuffer.Skip(args.Index).Take(args.Length)` returns packet data. But instead it's packet data plus next...
Also if i need to seek data at the end of the packet i instinctively use `args.Msg.readBuffer[args.Index + args.Length - 1]`, which will return incorrect byte.