-
Notifications
You must be signed in to change notification settings - Fork 122
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
Encode request/response into buffer to avoid temporary allocations #292
Conversation
The strict validations that are applied now during encoding/decoding might cause issues for devices that don't conform to the spec. Scheduled for v0.16.0 to avoid breaking existing applications. |
Tests for lots of edge cases are missing. These should better be discovered by #95. |
No temporary allocation of a separate byte buffer needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Co-authored-by: Markus Kohlhase <[email protected]>
Co-authored-by: Markus Kohlhase <[email protected]>
Co-authored-by: Markus Kohlhase <[email protected]>
Co-authored-by: Markus Kohlhase <[email protected]>
No description provided.