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

fix: rework decoding to fix bugs in nested struct decoding #2337

Merged
merged 2 commits into from
May 17, 2024

Commits on May 16, 2024

  1. Fairly extensive rewrite of the decoding stream. Decoding now divides…

    … waiting for scheduled decoders and waiting for IO into two different phases. See PR for more details.
    westonpace committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7698a10 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Address clippy suggestions

    westonpace committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1aae0b6 View commit details
    Browse the repository at this point in the history