redboltz / async_mqtt

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

Fixed mqtts client example. #361

Closed redboltz closed 3 weeks ago

redboltz commented 3 weeks ago

Updated the version to 9.0.3.

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.31%. Comparing base (51a97ad) to head (14bbbe7).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/redboltz/async_mqtt/pull/361/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/361?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 #361 +/- ## ======================================= Coverage 97.31% 97.31% ======================================= Files 153 153 Lines 9469 9469 ======================================= Hits 9215 9215 Misses 254 254 ```