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 upDecoding should return how much of the buffer was used #35
Comments
|
Good idea; I actually already collect that information, I'll just need to export it. |
|
I'm reverting this because I don't think that the information is useful enough to put on the basic functions. You can still access this information by constructing the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is so it is possible to parse from a large (e.g. ring) buffer and know when the current thing we are decoding has ended and another message has begun.