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

Drain ioreader and slicereader when read_exact even if read fails #271

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

minghuaw
Copy link
Owner

@minghuaw minghuaw commented Aug 6, 2024

No description provided.

@minghuaw minghuaw merged commit 4c06f54 into main Aug 6, 2024
3 checks passed
@minghuaw minghuaw deleted the fix/ioreader-drain-read-exact branch August 6, 2024 19:11
minghuaw added a commit that referenced this pull request Aug 6, 2024
#269)

* only include properties in send_properties

* cargo fmt

* Drain ioreader and slicereader when read_exact even if read fails (#271)

* drain ioreader and slicereader when read_exact even if read fails

* reader peek only returns option

* only include properties in send_properties

* cargo fmt
minghuaw added a commit that referenced this pull request Aug 6, 2024
* fix type in crate root doc

* Fix serde_amqp Value Serializer not handling nested composite types properly (#261)

* fixed bug with value serializer not handling nested composite types properly

* cargo fmt and clippy

* updated changelog and bumped version

* Drain ioreader and slicereader when read_exact even if read fails (#271)

* drain ioreader and slicereader when read_exact even if read fails

* reader peek only returns option

* Not include properties in Flow unless explicitly use `send_properties` (#269)

* only include properties in send_properties

* cargo fmt

* Drain ioreader and slicereader when read_exact even if read fails (#271)

* drain ioreader and slicereader when read_exact even if read fails

* reader peek only returns option

* only include properties in send_properties

* cargo fmt

* fix type in crate root doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

serde_amqp::read::IoReader unit test fails after rust is updated to 1.80
1 participant