Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help decoding multiple messages using rust by resolving #987 #991

Commits on Apr 24, 2024

  1. Add new arguments for generated MessageDecoder#header method

    When decoding multiple messages from a single byte buffer, the second
    and following message decoder should offset to the new header offset
    plus header length.
    Elvis Wang committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    05dff65 View commit details
    Browse the repository at this point in the history
  2. Update code to reflect method signature change in decoder's header me…

    …thod
    Elvis Wang committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3ef202b View commit details
    Browse the repository at this point in the history
  3. Add test for introduced changes

    Elvis Wang committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    63e6b7b View commit details
    Browse the repository at this point in the history