You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If found a small bug (at least for newer versions of nanopb) that is easily solvable.
stream->bytes_left should be set to 0 if the stream is empty (see https://jpa.kapsi.fi/nanopb/docs/concepts.html section Input streams). Currently you get an io error when parsing the stream.
The change below fixes this issue. I am not sure if you are still maintaining this package, but if you are I don't mind creating a pull request.
Thank you for this library!
If found a small bug (at least for newer versions of nanopb) that is easily solvable.
stream->bytes_left
should be set to 0 if the stream is empty (see https://jpa.kapsi.fi/nanopb/docs/concepts.html section Input streams). Currently you get anio error
when parsing the stream.The change below fixes this issue. I am not sure if you are still maintaining this package, but if you are I don't mind creating a pull request.
The text was updated successfully, but these errors were encountered: