rabbitmq / rabbitmq-stream-rust-client

A client library for RabbitMQ streams
Other
152 stars 14 forks source link

add close connections #181

Closed Gsantomaggio closed 1 year ago

Gsantomaggio commented 1 year ago

Fixes #180

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.14 :tada:

Comparison is base (90edc0b) 87.81% compared to head (5d1de3f) 87.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #181 +/- ## ========================================== + Coverage 87.81% 87.96% +0.14% ========================================== Files 68 68 Lines 5516 5517 +1 ========================================== + Hits 4844 4853 +9 + Misses 672 664 -8 ``` | [Impacted Files](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-rust-client/pull/181?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq) | Coverage Δ | | |---|---|---| | [src/producer.rs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-rust-client/pull/181?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-c3JjL3Byb2R1Y2VyLnJz) | `80.04% <100.00%> (+0.27%)` | :arrow_up: | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-rust-client/pull/181/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Gsantomaggio commented 1 year ago

@DataFrogman do you have a chance to validate it?