ntex-rs / ntex-mqtt

MQTT Client/Server framework for v5 and v3.1.1 protocols
Apache License 2.0
318 stars 68 forks source link

Sink readiness depends on write back-pressure #135

Closed fafhrd91 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 71.42% and project coverage change: +0.47 :tada:

Comparison is base (0f7c985) 65.19% compared to head (e28ea63) 65.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #135 +/- ## ========================================== + Coverage 65.19% 65.67% +0.47% ========================================== Files 54 54 Lines 8820 8914 +94 ========================================== + Hits 5750 5854 +104 + Misses 3070 3060 -10 ``` | [Impacted Files](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs) | Coverage Δ | | |---|---|---| | [src/v5/dispatcher.rs](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3Y1L2Rpc3BhdGNoZXIucnM=) | `71.25% <35.29%> (-1.34%)` | :arrow_down: | | [src/v5/client/dispatcher.rs](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3Y1L2NsaWVudC9kaXNwYXRjaGVyLnJz) | `46.66% <42.85%> (+0.16%)` | :arrow_up: | | [src/v3/sink.rs](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3YzL3NpbmsucnM=) | `33.33% <50.00%> (ø)` | | | [src/v5/sink.rs](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3Y1L3NpbmsucnM=) | `37.66% <50.00%> (ø)` | | | [src/v3/client/dispatcher.rs](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3YzL2NsaWVudC9kaXNwYXRjaGVyLnJz) | `60.00% <66.66%> (+16.77%)` | :arrow_up: | | [src/v3/dispatcher.rs](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3YzL2Rpc3BhdGNoZXIucnM=) | `74.81% <80.00%> (+3.67%)` | :arrow_up: | | [src/v5/shared.rs](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3Y1L3NoYXJlZC5ycw==) | `68.77% <90.90%> (+2.10%)` | :arrow_up: | | [src/v3/shared.rs](https://codecov.io/gh/ntex-rs/ntex-mqtt/pull/135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs#diff-c3JjL3YzL3NoYXJlZC5ycw==) | `69.26% <93.33%> (+3.65%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ntex-rs)

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