redboltz / async_mqtt

Asynchronous MQTT communication library based on Boost.Asio
Boost Software License 1.0
100 stars 10 forks source link

Fixed TLS shutdown timeout handling. #355

Closed redboltz closed 1 month ago

redboltz commented 1 month ago

Still working.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 80.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 97.26%. Comparing base (080c6e1) to head (676a0b7).

Files with missing lines Patch % Lines
...nc_mqtt/predefined_layer/customized_ssl_stream.hpp 57.14% 6 Missing :warning:
Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/redboltz/async_mqtt/pull/355/graphs/tree.svg?width=650&height=150&src=pr&token=21ZT59CMM5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo)](https://app.codecov.io/gh/redboltz/async_mqtt/pull/355?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo) ```diff @@ Coverage Diff @@ ## main #355 +/- ## ========================================== - Coverage 97.31% 97.26% -0.05% ========================================== Files 153 153 Lines 9448 9474 +26 ========================================== + Hits 9194 9215 +21 - Misses 254 259 +5 ``` | [Flag](https://app.codecov.io/gh/redboltz/async_mqtt/pull/355/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/redboltz/async_mqtt/pull/355/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo) | `97.26% <80.00%> (-0.05%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files with missing lines](https://app.codecov.io/gh/redboltz/async_mqtt/pull/355?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo) | Coverage Δ | | |---|---|---| | [include/async\_mqtt/util/impl/stream\_close.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/355?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Futil%2Fimpl%2Fstream_close.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L3V0aWwvaW1wbC9zdHJlYW1fY2xvc2UuaHBw) | `98.14% <100.00%> (+0.77%)` | :arrow_up: | | [...nc\_mqtt/predefined\_layer/customized\_ssl\_stream.hpp](https://app.codecov.io/gh/redboltz/async_mqtt/pull/355?src=pr&el=tree&filepath=include%2Fasync_mqtt%2Fpredefined_layer%2Fcustomized_ssl_stream.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Takatoshi+Kondo#diff-aW5jbHVkZS9hc3luY19tcXR0L3ByZWRlZmluZWRfbGF5ZXIvY3VzdG9taXplZF9zc2xfc3RyZWFtLmhwcA==) | `74.41% <57.14%> (-7.40%)` | :arrow_down: |