We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c50d5e commit c7fa440Copy full SHA for c7fa440
GameFrameX.NetWork.Message/MessageObjectPipelineFilter.cs
@@ -32,7 +32,7 @@ public override IMessage Filter(ref SequenceReader<byte> reader)
32
}
33
else
34
{
35
- reader.AdvanceToEnd();
+ reader.Advance(totalLength);
36
37
38
return Decoder.Decode(ref readBuffer, Context);
0 commit comments