Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFraming + Decoded length mismatch #267
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will start explaining my use case:
tokio.If the prepended length is bigger than the serialized message we are able to deserialize the message and eventually fail on the next message.
Is there a way to configure
bincodeto fail if supplied a buffer that is bigger that the deserialized message?It is not a blocker but I feel this is the right thing to do:
Config