diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 3c74b5249..3c0658c60 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -2,6 +2,9 @@ = History +== 9.0.2 +* Fixed broker auth file for docker. #356 + == 9.0.1 * Fixed TLS plug out timeout logic. #355 * Refined client_cli tool. #354 diff --git a/CMakeLists.txt b/CMakeLists.txt index 23e5fec44..f2f85ffd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # http://www.boost.org/LICENSE_1_0.txt) cmake_minimum_required (VERSION 3.13.0) -project(async_mqtt_iface VERSION 9.0.1) +project(async_mqtt_iface VERSION 9.0.2) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -156,7 +156,7 @@ if(DOXYGEN_FOUND) COMMAND ${CMAKE_COMMAND} -E echo "FILE_PATTERNS = *.hpp" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile COMMAND ${CMAKE_COMMAND} -E echo "OUTPUT_DIRECTORY = doc" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile COMMAND ${CMAKE_COMMAND} -E echo "PROJECT_NAME = async_mqtt" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile - COMMAND ${CMAKE_COMMAND} -E echo "PROJECT_NUMBER = 9.0.1" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile + COMMAND ${CMAKE_COMMAND} -E echo "PROJECT_NUMBER = 9.0.2" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile COMMAND ${CMAKE_COMMAND} -E echo "RECURSIVE = YES" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile COMMAND ${CMAKE_COMMAND} -E echo "PREDEFINED = GENERATING_DOCUMENTATION ASYNC_MQTT_USE_TLS ASYNC_MQTT_USE_WS ASYNC_MQTT_USE_LOG" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile COMMAND ${CMAKE_COMMAND} -E echo "INPUT = ${CMAKE_CURRENT_SOURCE_DIR}/include/async_mqtt" >> ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile diff --git a/README.md b/README.md index 9588bdc4b..ffdc97a4a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Asynchronous MQTT communication library. -Version 9.0.1 [![Actions Status](https://github.com/redboltz/async_mqtt/workflows/CI/badge.svg)](https://github.com/redboltz/async_mqtt/actions)[![codecov](https://codecov.io/gh/redboltz/async_mqtt/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/async_mqtt) +Version 9.0.2 [![Actions Status](https://github.com/redboltz/async_mqtt/workflows/CI/badge.svg)](https://github.com/redboltz/async_mqtt/actions)[![codecov](https://codecov.io/gh/redboltz/async_mqtt/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/async_mqtt) This is Boost.Asio oriented asynchronous MQTT communication library. You can use async_mqtt to develop not only your MQTT client application but also your server (e.g. broker). Based on https://github.com/redboltz/mqtt_cpp experience, there are many improvements. See overview. diff --git a/doc/CHANGELOG.html b/doc/CHANGELOG.html index cf69ade37..f1fda449b 100644 --- a/doc/CHANGELOG.html +++ b/doc/CHANGELOG.html @@ -64,6 +64,18 @@

History

+

9.0.2

+
+
+
    +
  • +

    Fixed broker auth file for docker. #356

    +
  • +
+
+
+
+

9.0.1

diff --git a/doc/api/all_8hpp_source.html b/doc/api/all_8hpp_source.html index ad02a1af0..d81f19629 100644 --- a/doc/api/all_8hpp_source.html +++ b/doc/api/all_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/annotated.html b/doc/api/annotated.html index cd3056ca2..c21464dd2 100644 --- a/doc/api/annotated.html +++ b/doc/api/annotated.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/buffer_8hpp_source.html b/doc/api/buffer_8hpp_source.html index 857e039cf..ca8441df6 100644 --- a/doc/api/buffer_8hpp_source.html +++ b/doc/api/buffer_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/buffer__to__packet__variant_8hpp_source.html b/doc/api/buffer__to__packet__variant_8hpp_source.html index 77e5a59c8..58b362111 100644 --- a/doc/api/buffer__to__packet__variant_8hpp_source.html +++ b/doc/api/buffer__to__packet__variant_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1basic__endpoint-members.html b/doc/api/classasync__mqtt_1_1basic__endpoint-members.html index 3cd71ef79..32bb55585 100644 --- a/doc/api/classasync__mqtt_1_1basic__endpoint-members.html +++ b/doc/api/classasync__mqtt_1_1basic__endpoint-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1basic__endpoint.html b/doc/api/classasync__mqtt_1_1basic__endpoint.html index 4f6de0bed..a0c824298 100644 --- a/doc/api/classasync__mqtt_1_1basic__endpoint.html +++ b/doc/api/classasync__mqtt_1_1basic__endpoint.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1basic__packet__variant-members.html b/doc/api/classasync__mqtt_1_1basic__packet__variant-members.html index 80821ae24..3c63be513 100644 --- a/doc/api/classasync__mqtt_1_1basic__packet__variant-members.html +++ b/doc/api/classasync__mqtt_1_1basic__packet__variant-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1basic__packet__variant.html b/doc/api/classasync__mqtt_1_1basic__packet__variant.html index 16b2f389f..8166aef4d 100644 --- a/doc/api/classasync__mqtt_1_1basic__packet__variant.html +++ b/doc/api/classasync__mqtt_1_1basic__packet__variant.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1basic__store__packet__variant-members.html b/doc/api/classasync__mqtt_1_1basic__store__packet__variant-members.html index 3ebf1bd24..8f782a059 100644 --- a/doc/api/classasync__mqtt_1_1basic__store__packet__variant-members.html +++ b/doc/api/classasync__mqtt_1_1basic__store__packet__variant-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1basic__store__packet__variant.html b/doc/api/classasync__mqtt_1_1basic__store__packet__variant.html index 28c06ef65..5868a2191 100644 --- a/doc/api/classasync__mqtt_1_1basic__store__packet__variant.html +++ b/doc/api/classasync__mqtt_1_1basic__store__packet__variant.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1buffer-members.html b/doc/api/classasync__mqtt_1_1buffer-members.html index 4ec98e1ca..31adeb06b 100644 --- a/doc/api/classasync__mqtt_1_1buffer-members.html +++ b/doc/api/classasync__mqtt_1_1buffer-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1buffer.html b/doc/api/classasync__mqtt_1_1buffer.html index 998e93e54..16123e5e2 100644 --- a/doc/api/classasync__mqtt_1_1buffer.html +++ b/doc/api/classasync__mqtt_1_1buffer.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1client-members.html b/doc/api/classasync__mqtt_1_1client-members.html index 59cd6d226..b89ffbb7a 100644 --- a/doc/api/classasync__mqtt_1_1client-members.html +++ b/doc/api/classasync__mqtt_1_1client-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1client.html b/doc/api/classasync__mqtt_1_1client.html index dfc2b86fa..9d84b025e 100644 --- a/doc/api/classasync__mqtt_1_1client.html +++ b/doc/api/classasync__mqtt_1_1client.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1assigned__client__identifier-members.html b/doc/api/classasync__mqtt_1_1property_1_1assigned__client__identifier-members.html index b9fe3a35e..bd26007ad 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1assigned__client__identifier-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1assigned__client__identifier-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1assigned__client__identifier.html b/doc/api/classasync__mqtt_1_1property_1_1assigned__client__identifier.html index 42e509b11..96234b8af 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1assigned__client__identifier.html +++ b/doc/api/classasync__mqtt_1_1property_1_1assigned__client__identifier.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1authentication__data-members.html b/doc/api/classasync__mqtt_1_1property_1_1authentication__data-members.html index b09921efd..c743ba5d7 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1authentication__data-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1authentication__data-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1authentication__data.html b/doc/api/classasync__mqtt_1_1property_1_1authentication__data.html index 5fb23d35a..19e673b31 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1authentication__data.html +++ b/doc/api/classasync__mqtt_1_1property_1_1authentication__data.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1authentication__method-members.html b/doc/api/classasync__mqtt_1_1property_1_1authentication__method-members.html index f2a87719a..96e02f033 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1authentication__method-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1authentication__method-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1authentication__method.html b/doc/api/classasync__mqtt_1_1property_1_1authentication__method.html index 61382a377..1f231bbea 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1authentication__method.html +++ b/doc/api/classasync__mqtt_1_1property_1_1authentication__method.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1content__type-members.html b/doc/api/classasync__mqtt_1_1property_1_1content__type-members.html index 6600f5487..e379f47bf 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1content__type-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1content__type-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1content__type.html b/doc/api/classasync__mqtt_1_1property_1_1content__type.html index b823892c0..08c3078d7 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1content__type.html +++ b/doc/api/classasync__mqtt_1_1property_1_1content__type.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1correlation__data-members.html b/doc/api/classasync__mqtt_1_1property_1_1correlation__data-members.html index bd087c58a..fc7b52c91 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1correlation__data-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1correlation__data-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1correlation__data.html b/doc/api/classasync__mqtt_1_1property_1_1correlation__data.html index ad60d9cf9..39ce9a63d 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1correlation__data.html +++ b/doc/api/classasync__mqtt_1_1property_1_1correlation__data.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1maximum__packet__size-members.html b/doc/api/classasync__mqtt_1_1property_1_1maximum__packet__size-members.html index ad7321285..02ec5b896 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1maximum__packet__size-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1maximum__packet__size-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1maximum__packet__size.html b/doc/api/classasync__mqtt_1_1property_1_1maximum__packet__size.html index 49e944958..6bde88607 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1maximum__packet__size.html +++ b/doc/api/classasync__mqtt_1_1property_1_1maximum__packet__size.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1maximum__qos-members.html b/doc/api/classasync__mqtt_1_1property_1_1maximum__qos-members.html index 13fe334ee..16a1d9410 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1maximum__qos-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1maximum__qos-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1maximum__qos.html b/doc/api/classasync__mqtt_1_1property_1_1maximum__qos.html index 854ad5ac4..f79ad624d 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1maximum__qos.html +++ b/doc/api/classasync__mqtt_1_1property_1_1maximum__qos.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1message__expiry__interval-members.html b/doc/api/classasync__mqtt_1_1property_1_1message__expiry__interval-members.html index 5e778eba0..bcbc6603a 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1message__expiry__interval-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1message__expiry__interval-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1message__expiry__interval.html b/doc/api/classasync__mqtt_1_1property_1_1message__expiry__interval.html index 03653c5d1..aba7776ef 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1message__expiry__interval.html +++ b/doc/api/classasync__mqtt_1_1property_1_1message__expiry__interval.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1payload__format__indicator-members.html b/doc/api/classasync__mqtt_1_1property_1_1payload__format__indicator-members.html index 6208a8e7c..fea7a33eb 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1payload__format__indicator-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1payload__format__indicator-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1payload__format__indicator.html b/doc/api/classasync__mqtt_1_1property_1_1payload__format__indicator.html index fc9fdc270..fd1d589b5 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1payload__format__indicator.html +++ b/doc/api/classasync__mqtt_1_1property_1_1payload__format__indicator.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1reason__string-members.html b/doc/api/classasync__mqtt_1_1property_1_1reason__string-members.html index fd791d5b9..22a44907a 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1reason__string-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1reason__string-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1reason__string.html b/doc/api/classasync__mqtt_1_1property_1_1reason__string.html index 023e47f11..f2bc95c02 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1reason__string.html +++ b/doc/api/classasync__mqtt_1_1property_1_1reason__string.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1receive__maximum-members.html b/doc/api/classasync__mqtt_1_1property_1_1receive__maximum-members.html index 9503331ba..2def2b009 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1receive__maximum-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1receive__maximum-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1receive__maximum.html b/doc/api/classasync__mqtt_1_1property_1_1receive__maximum.html index 4c422344c..d9ab3a7a7 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1receive__maximum.html +++ b/doc/api/classasync__mqtt_1_1property_1_1receive__maximum.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1request__problem__information-members.html b/doc/api/classasync__mqtt_1_1property_1_1request__problem__information-members.html index 9307fc304..c5a7cb472 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1request__problem__information-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1request__problem__information-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1request__problem__information.html b/doc/api/classasync__mqtt_1_1property_1_1request__problem__information.html index 4d4f5c679..32338028d 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1request__problem__information.html +++ b/doc/api/classasync__mqtt_1_1property_1_1request__problem__information.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1request__response__information-members.html b/doc/api/classasync__mqtt_1_1property_1_1request__response__information-members.html index 7e01c6d22..c1da4c74a 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1request__response__information-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1request__response__information-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1request__response__information.html b/doc/api/classasync__mqtt_1_1property_1_1request__response__information.html index 02a73436f..148c09feb 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1request__response__information.html +++ b/doc/api/classasync__mqtt_1_1property_1_1request__response__information.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1response__information-members.html b/doc/api/classasync__mqtt_1_1property_1_1response__information-members.html index 1bb8e7257..99f5be0e9 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1response__information-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1response__information-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1response__information.html b/doc/api/classasync__mqtt_1_1property_1_1response__information.html index e8cf373f6..81787f552 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1response__information.html +++ b/doc/api/classasync__mqtt_1_1property_1_1response__information.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1response__topic-members.html b/doc/api/classasync__mqtt_1_1property_1_1response__topic-members.html index d1302ee23..66a8f61a2 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1response__topic-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1response__topic-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1response__topic.html b/doc/api/classasync__mqtt_1_1property_1_1response__topic.html index 4998955fe..4be7d3ab5 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1response__topic.html +++ b/doc/api/classasync__mqtt_1_1property_1_1response__topic.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1retain__available-members.html b/doc/api/classasync__mqtt_1_1property_1_1retain__available-members.html index 84d0480a0..29c16ff6d 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1retain__available-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1retain__available-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1retain__available.html b/doc/api/classasync__mqtt_1_1property_1_1retain__available.html index d180cc085..68e0f479d 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1retain__available.html +++ b/doc/api/classasync__mqtt_1_1property_1_1retain__available.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1server__keep__alive-members.html b/doc/api/classasync__mqtt_1_1property_1_1server__keep__alive-members.html index 8a71cac76..4353d3860 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1server__keep__alive-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1server__keep__alive-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1server__keep__alive.html b/doc/api/classasync__mqtt_1_1property_1_1server__keep__alive.html index 0585364e6..920a46831 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1server__keep__alive.html +++ b/doc/api/classasync__mqtt_1_1property_1_1server__keep__alive.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1server__reference-members.html b/doc/api/classasync__mqtt_1_1property_1_1server__reference-members.html index 9306582f8..dc5a1fd66 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1server__reference-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1server__reference-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1server__reference.html b/doc/api/classasync__mqtt_1_1property_1_1server__reference.html index f1a4896c8..c1e14ba69 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1server__reference.html +++ b/doc/api/classasync__mqtt_1_1property_1_1server__reference.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1session__expiry__interval-members.html b/doc/api/classasync__mqtt_1_1property_1_1session__expiry__interval-members.html index b3f50f58d..bbc093f33 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1session__expiry__interval-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1session__expiry__interval-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1session__expiry__interval.html b/doc/api/classasync__mqtt_1_1property_1_1session__expiry__interval.html index 3898d9bdf..d6957baf3 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1session__expiry__interval.html +++ b/doc/api/classasync__mqtt_1_1property_1_1session__expiry__interval.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1shared__subscription__available-members.html b/doc/api/classasync__mqtt_1_1property_1_1shared__subscription__available-members.html index 9044e2506..ccbefdf33 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1shared__subscription__available-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1shared__subscription__available-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1shared__subscription__available.html b/doc/api/classasync__mqtt_1_1property_1_1shared__subscription__available.html index f05c64c5b..dd73bd9f8 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1shared__subscription__available.html +++ b/doc/api/classasync__mqtt_1_1property_1_1shared__subscription__available.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier-members.html b/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier-members.html index 1ad287c01..9df7b7b95 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier.html b/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier.html index 1eb387dfe..ee2182e64 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier.html +++ b/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier__available-members.html b/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier__available-members.html index 81bd2241d..5b69bb16a 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier__available-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier__available-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier__available.html b/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier__available.html index b5448a4fb..548c08a10 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier__available.html +++ b/doc/api/classasync__mqtt_1_1property_1_1subscription__identifier__available.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1topic__alias-members.html b/doc/api/classasync__mqtt_1_1property_1_1topic__alias-members.html index 95b4b4835..b87357271 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1topic__alias-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1topic__alias-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1topic__alias.html b/doc/api/classasync__mqtt_1_1property_1_1topic__alias.html index b71459d70..ec3d81506 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1topic__alias.html +++ b/doc/api/classasync__mqtt_1_1property_1_1topic__alias.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1topic__alias__maximum-members.html b/doc/api/classasync__mqtt_1_1property_1_1topic__alias__maximum-members.html index 2c9bbbc0c..c6d6fa9de 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1topic__alias__maximum-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1topic__alias__maximum-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1topic__alias__maximum.html b/doc/api/classasync__mqtt_1_1property_1_1topic__alias__maximum.html index eb48c11fd..a4e9eb0fa 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1topic__alias__maximum.html +++ b/doc/api/classasync__mqtt_1_1property_1_1topic__alias__maximum.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1user__property-members.html b/doc/api/classasync__mqtt_1_1property_1_1user__property-members.html index 9af485a31..646f26b62 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1user__property-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1user__property-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1user__property.html b/doc/api/classasync__mqtt_1_1property_1_1user__property.html index 4a3801a1d..42bef1db9 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1user__property.html +++ b/doc/api/classasync__mqtt_1_1property_1_1user__property.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1wildcard__subscription__available-members.html b/doc/api/classasync__mqtt_1_1property_1_1wildcard__subscription__available-members.html index e5a433d74..1334aebaf 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1wildcard__subscription__available-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1wildcard__subscription__available-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1wildcard__subscription__available.html b/doc/api/classasync__mqtt_1_1property_1_1wildcard__subscription__available.html index 314662ecd..c7395dd46 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1wildcard__subscription__available.html +++ b/doc/api/classasync__mqtt_1_1property_1_1wildcard__subscription__available.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1will__delay__interval-members.html b/doc/api/classasync__mqtt_1_1property_1_1will__delay__interval-members.html index 52f3d5e57..ffb63b7c3 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1will__delay__interval-members.html +++ b/doc/api/classasync__mqtt_1_1property_1_1will__delay__interval-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property_1_1will__delay__interval.html b/doc/api/classasync__mqtt_1_1property_1_1will__delay__interval.html index 446cac12a..8ae8c5c17 100644 --- a/doc/api/classasync__mqtt_1_1property_1_1will__delay__interval.html +++ b/doc/api/classasync__mqtt_1_1property_1_1will__delay__interval.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property__variant-members.html b/doc/api/classasync__mqtt_1_1property__variant-members.html index 84520185e..876f4b62c 100644 --- a/doc/api/classasync__mqtt_1_1property__variant-members.html +++ b/doc/api/classasync__mqtt_1_1property__variant-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1property__variant.html b/doc/api/classasync__mqtt_1_1property__variant.html index fbaa5f72b..5b09b98fc 100644 --- a/doc/api/classasync__mqtt_1_1property__variant.html +++ b/doc/api/classasync__mqtt_1_1property__variant.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1topic__sharename-members.html b/doc/api/classasync__mqtt_1_1topic__sharename-members.html index 7709f36df..83902985e 100644 --- a/doc/api/classasync__mqtt_1_1topic__sharename-members.html +++ b/doc/api/classasync__mqtt_1_1topic__sharename-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1topic__sharename.html b/doc/api/classasync__mqtt_1_1topic__sharename.html index 70d0a048a..4fbce0f0a 100644 --- a/doc/api/classasync__mqtt_1_1topic__sharename.html +++ b/doc/api/classasync__mqtt_1_1topic__sharename.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1topic__subopts-members.html b/doc/api/classasync__mqtt_1_1topic__subopts-members.html index e4495cb27..f174e3b3a 100644 --- a/doc/api/classasync__mqtt_1_1topic__subopts-members.html +++ b/doc/api/classasync__mqtt_1_1topic__subopts-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1topic__subopts.html b/doc/api/classasync__mqtt_1_1topic__subopts.html index 96676ef75..ee2daad94 100644 --- a/doc/api/classasync__mqtt_1_1topic__subopts.html +++ b/doc/api/classasync__mqtt_1_1topic__subopts.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__puback__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__puback__packet-members.html index 87990dbf0..9ba1d12c5 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__puback__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__puback__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__puback__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__puback__packet.html index 2b8528e63..5f033a864 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__puback__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__puback__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubcomp__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubcomp__packet-members.html index db02d9352..91cad1025 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubcomp__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubcomp__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubcomp__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubcomp__packet.html index 28c3d1669..43b69cb1a 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubcomp__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubcomp__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__publish__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__publish__packet-members.html index 436303df3..3cbd3a5be 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__publish__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__publish__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__publish__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__publish__packet.html index bfd8eacab..115e57e09 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__publish__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__publish__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrec__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrec__packet-members.html index 58f2514fc..4eed7b27d 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrec__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrec__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrec__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrec__packet.html index 13d0b060d..ef8fc495f 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrec__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrec__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrel__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrel__packet-members.html index 988272ed0..509c0d648 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrel__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrel__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrel__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrel__packet.html index 547edf523..21fa418f6 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrel__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__pubrel__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__suback__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__suback__packet-members.html index f46e8e95d..67b7c260f 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__suback__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__suback__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__suback__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__suback__packet.html index dec8bd923..a4345fe9e 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__suback__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__suback__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__subscribe__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__subscribe__packet-members.html index 731d67549..75c035ccf 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__subscribe__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__subscribe__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__subscribe__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__subscribe__packet.html index dd83998e4..02b63285c 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__subscribe__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__subscribe__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsuback__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsuback__packet-members.html index 8c30e4e80..cf4877e7a 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsuback__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsuback__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsuback__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsuback__packet.html index dda0593ae..6cbd8028b 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsuback__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsuback__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsubscribe__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsubscribe__packet-members.html index 7f3a72f1c..383e9052b 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsubscribe__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsubscribe__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsubscribe__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsubscribe__packet.html index 3801dff4c..d19c5f37b 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsubscribe__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1basic__unsubscribe__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1connack__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1connack__packet-members.html index b3f9825d3..1f6dd3d57 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1connack__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1connack__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1connack__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1connack__packet.html index 3f70db59a..7da8085a3 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1connack__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1connack__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1connect__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1connect__packet-members.html index 7fe99b842..861105a23 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1connect__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1connect__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1connect__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1connect__packet.html index 36dbc0b4a..812219a1e 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1connect__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1connect__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1disconnect__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1disconnect__packet-members.html index ecf5105a1..c6c9d82fb 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1disconnect__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1disconnect__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1disconnect__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1disconnect__packet.html index e1afc583c..6e8065df3 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1disconnect__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1disconnect__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingreq__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingreq__packet-members.html index 23610f0da..b2c396558 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingreq__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingreq__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingreq__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingreq__packet.html index 5d028ee60..84d28c5c1 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingreq__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingreq__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingresp__packet-members.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingresp__packet-members.html index 51cc63a15..0f3997580 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingresp__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingresp__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingresp__packet.html b/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingresp__packet.html index 777a8e8b9..7f5183db6 100644 --- a/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingresp__packet.html +++ b/doc/api/classasync__mqtt_1_1v3__1__1_1_1pingresp__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1auth__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1auth__packet-members.html index c53468294..403d08be7 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1auth__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1auth__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1auth__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1auth__packet.html index 156d30419..4e8bee07e 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1auth__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1auth__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__puback__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__puback__packet-members.html index 31fb308fd..5690e147c 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__puback__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__puback__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__puback__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__puback__packet.html index 19a467999..8609ff26f 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__puback__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__puback__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubcomp__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubcomp__packet-members.html index d12d43c01..999dad979 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubcomp__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubcomp__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubcomp__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubcomp__packet.html index 8657a176f..18c2865be 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubcomp__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubcomp__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__publish__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__publish__packet-members.html index e3c9ee163..c48d3f583 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__publish__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__publish__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__publish__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__publish__packet.html index 44ba58a61..c8d53dee0 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__publish__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__publish__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrec__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrec__packet-members.html index 72bd23174..b84136768 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrec__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrec__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrec__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrec__packet.html index f3fab9a78..e0215ae0d 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrec__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrec__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrel__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrel__packet-members.html index b43a91f40..575d3df74 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrel__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrel__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrel__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrel__packet.html index 7740b35cf..ad055dddd 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrel__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__pubrel__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__suback__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__suback__packet-members.html index 5b30ff3e8..8d1bc6108 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__suback__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__suback__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__suback__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__suback__packet.html index 4549bf2bd..dcf876783 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__suback__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__suback__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__subscribe__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__subscribe__packet-members.html index 94344a177..09fe3f174 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__subscribe__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__subscribe__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__subscribe__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__subscribe__packet.html index 2f92ab00c..fa0f9f019 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__subscribe__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__subscribe__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__unsuback__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__unsuback__packet-members.html index a25e436f3..8d243c47f 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__unsuback__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__unsuback__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__unsuback__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__unsuback__packet.html index 8fbb0d9f3..afe6636fd 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__unsuback__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__unsuback__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__unsubscribe__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__unsubscribe__packet-members.html index 59af68d58..8ac3194e6 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__unsubscribe__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__unsubscribe__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1basic__unsubscribe__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1basic__unsubscribe__packet.html index d023e19cd..d00afc0e4 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1basic__unsubscribe__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1basic__unsubscribe__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1connack__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1connack__packet-members.html index da7579809..32b342cd4 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1connack__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1connack__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1connack__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1connack__packet.html index fba3c0bfe..c8d2d5eee 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1connack__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1connack__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1connect__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1connect__packet-members.html index 4848e6072..f9b1655a0 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1connect__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1connect__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1connect__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1connect__packet.html index d7b82811a..1a0f2a078 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1connect__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1connect__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1disconnect__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1disconnect__packet-members.html index fa274c5fe..66c69766c 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1disconnect__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1disconnect__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1disconnect__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1disconnect__packet.html index 0869d8c75..7c0788eda 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1disconnect__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1disconnect__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1pingreq__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1pingreq__packet-members.html index ec62e465e..1e3785443 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1pingreq__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1pingreq__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1pingreq__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1pingreq__packet.html index 23a7a1754..a8fd1888f 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1pingreq__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1pingreq__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1pingresp__packet-members.html b/doc/api/classasync__mqtt_1_1v5_1_1pingresp__packet-members.html index d74a3b9d2..5541f5fd3 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1pingresp__packet-members.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1pingresp__packet-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1v5_1_1pingresp__packet.html b/doc/api/classasync__mqtt_1_1v5_1_1pingresp__packet.html index 8f6250190..2d55a69b1 100644 --- a/doc/api/classasync__mqtt_1_1v5_1_1pingresp__packet.html +++ b/doc/api/classasync__mqtt_1_1v5_1_1pingresp__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1will-members.html b/doc/api/classasync__mqtt_1_1will-members.html index ddddbd13c..e98687af6 100644 --- a/doc/api/classasync__mqtt_1_1will-members.html +++ b/doc/api/classasync__mqtt_1_1will-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classasync__mqtt_1_1will.html b/doc/api/classasync__mqtt_1_1will.html index 4412514fb..a0bddd4b5 100644 --- a/doc/api/classasync__mqtt_1_1will.html +++ b/doc/api/classasync__mqtt_1_1will.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classes.html b/doc/api/classes.html index 48b9c3a84..33a8f6ea1 100644 --- a/doc/api/classes.html +++ b/doc/api/classes.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classstd_1_1hash_3_01async__mqtt_1_1buffer_01_4-members.html b/doc/api/classstd_1_1hash_3_01async__mqtt_1_1buffer_01_4-members.html index b7e835bb9..44dbc7793 100644 --- a/doc/api/classstd_1_1hash_3_01async__mqtt_1_1buffer_01_4-members.html +++ b/doc/api/classstd_1_1hash_3_01async__mqtt_1_1buffer_01_4-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/classstd_1_1hash_3_01async__mqtt_1_1buffer_01_4.html b/doc/api/classstd_1_1hash_3_01async__mqtt_1_1buffer_01_4.html index 04e566deb..9c6566b11 100644 --- a/doc/api/classstd_1_1hash_3_01async__mqtt_1_1buffer_01_4.html +++ b/doc/api/classstd_1_1hash_3_01async__mqtt_1_1buffer_01_4.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/client_8hpp_source.html b/doc/api/client_8hpp_source.html index 3af373a1a..203c4be1a 100644 --- a/doc/api/client_8hpp_source.html +++ b/doc/api/client_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/client__fwd_8hpp_source.html b/doc/api/client__fwd_8hpp_source.html index 045d18345..92fd079b6 100644 --- a/doc/api/client__fwd_8hpp_source.html +++ b/doc/api/client__fwd_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/control__packet__type_8hpp_source.html b/doc/api/control__packet__type_8hpp_source.html index d7826b8d4..a21bf19f6 100644 --- a/doc/api/control__packet__type_8hpp_source.html +++ b/doc/api/control__packet__type_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/customized__basic__stream_8hpp_source.html b/doc/api/customized__basic__stream_8hpp_source.html index 484feee11..1af166e6a 100644 --- a/doc/api/customized__basic__stream_8hpp_source.html +++ b/doc/api/customized__basic__stream_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/customized__ssl__stream_8hpp.html b/doc/api/customized__ssl__stream_8hpp.html index ae45a56f4..608a046ca 100644 --- a/doc/api/customized__ssl__stream_8hpp.html +++ b/doc/api/customized__ssl__stream_8hpp.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/customized__ssl__stream_8hpp_source.html b/doc/api/customized__ssl__stream_8hpp_source.html index 393811d8f..c56aad4e2 100644 --- a/doc/api/customized__ssl__stream_8hpp_source.html +++ b/doc/api/customized__ssl__stream_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/customized__websocket__stream_8hpp.html b/doc/api/customized__websocket__stream_8hpp.html index f69050c81..7edc5a5db 100644 --- a/doc/api/customized__websocket__stream_8hpp.html +++ b/doc/api/customized__websocket__stream_8hpp.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/customized__websocket__stream_8hpp_source.html b/doc/api/customized__websocket__stream_8hpp_source.html index b1ce76113..083d6fa5e 100644 --- a/doc/api/customized__websocket__stream_8hpp_source.html +++ b/doc/api/customized__websocket__stream_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/dir_cce41e6148f04805f4e76e6a36ba88d6.html b/doc/api/dir_cce41e6148f04805f4e76e6a36ba88d6.html index e9900f1cd..ce2831567 100644 --- a/doc/api/dir_cce41e6148f04805f4e76e6a36ba88d6.html +++ b/doc/api/dir_cce41e6148f04805f4e76e6a36ba88d6.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/dir_ce1a31e6a52137e313c4ed05ef460346.html b/doc/api/dir_ce1a31e6a52137e313c4ed05ef460346.html index 4ebd377cc..99d844841 100644 --- a/doc/api/dir_ce1a31e6a52137e313c4ed05ef460346.html +++ b/doc/api/dir_ce1a31e6a52137e313c4ed05ef460346.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/api/dir_d44c64559bbebec7f509842c48db8b23.html index 6d967056f..697eceded 100644 --- a/doc/api/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/api/dir_d44c64559bbebec7f509842c48db8b23.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/dir_df0bffcb61356486763cc61cf65485e2.html b/doc/api/dir_df0bffcb61356486763cc61cf65485e2.html index 1ac1bd93f..a8a98550e 100644 --- a/doc/api/dir_df0bffcb61356486763cc61cf65485e2.html +++ b/doc/api/dir_df0bffcb61356486763cc61cf65485e2.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/dir_f8efeb8e1feb6bbd3b8b0bf040091d61.html b/doc/api/dir_f8efeb8e1feb6bbd3b8b0bf040091d61.html index d85bf18c2..a4b2aeac7 100644 --- a/doc/api/dir_f8efeb8e1feb6bbd3b8b0bf040091d61.html +++ b/doc/api/dir_f8efeb8e1feb6bbd3b8b0bf040091d61.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/endian__convert_8hpp_source.html b/doc/api/endian__convert_8hpp_source.html index eeebd5a27..4947034fe 100644 --- a/doc/api/endian__convert_8hpp_source.html +++ b/doc/api/endian__convert_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/endpoint_8hpp_source.html b/doc/api/endpoint_8hpp_source.html index 9e6692b57..a2a2b4988 100644 --- a/doc/api/endpoint_8hpp_source.html +++ b/doc/api/endpoint_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/endpoint__fwd_8hpp_source.html b/doc/api/endpoint__fwd_8hpp_source.html index 6223f4a85..48ed0c5d9 100644 --- a/doc/api/endpoint__fwd_8hpp_source.html +++ b/doc/api/endpoint__fwd_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/error_8hpp_source.html b/doc/api/error_8hpp_source.html index 1aab564b4..52dda5ca1 100644 --- a/doc/api/error_8hpp_source.html +++ b/doc/api/error_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/files.html b/doc/api/files.html index 9157e30fc..86543b9a8 100644 --- a/doc/api/files.html +++ b/doc/api/files.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions.html b/doc/api/functions.html index 1293b5df4..2ef82f388 100644 --- a/doc/api/functions.html +++ b/doc/api/functions.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_b.html b/doc/api/functions_b.html index 7ed1d1ed3..f8321c3ef 100644 --- a/doc/api/functions_b.html +++ b/doc/api/functions_b.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_c.html b/doc/api/functions_c.html index 17ae9dd05..7b73937d8 100644 --- a/doc/api/functions_c.html +++ b/doc/api/functions_c.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_d.html b/doc/api/functions_d.html index 6aa3eddfc..b5cf2775e 100644 --- a/doc/api/functions_d.html +++ b/doc/api/functions_d.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_e.html b/doc/api/functions_e.html index 38873a19b..955f95e0f 100644 --- a/doc/api/functions_e.html +++ b/doc/api/functions_e.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_f.html b/doc/api/functions_f.html index e798892c5..0627f647e 100644 --- a/doc/api/functions_f.html +++ b/doc/api/functions_f.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func.html b/doc/api/functions_func.html index 77be648f6..e96959532 100644 --- a/doc/api/functions_func.html +++ b/doc/api/functions_func.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_b.html b/doc/api/functions_func_b.html index 1402ce97f..539e0a00f 100644 --- a/doc/api/functions_func_b.html +++ b/doc/api/functions_func_b.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_c.html b/doc/api/functions_func_c.html index 09f0d6c92..1a90f5ae3 100644 --- a/doc/api/functions_func_c.html +++ b/doc/api/functions_func_c.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_d.html b/doc/api/functions_func_d.html index 827d7522e..9b1a4c378 100644 --- a/doc/api/functions_func_d.html +++ b/doc/api/functions_func_d.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_e.html b/doc/api/functions_func_e.html index d574b118e..1d175949c 100644 --- a/doc/api/functions_func_e.html +++ b/doc/api/functions_func_e.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_f.html b/doc/api/functions_func_f.html index 55fc7b162..773020cf5 100644 --- a/doc/api/functions_func_f.html +++ b/doc/api/functions_func_f.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_g.html b/doc/api/functions_func_g.html index 9944accd4..8f68913c8 100644 --- a/doc/api/functions_func_g.html +++ b/doc/api/functions_func_g.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_h.html b/doc/api/functions_func_h.html index 81a016b46..e7c7d46a6 100644 --- a/doc/api/functions_func_h.html +++ b/doc/api/functions_func_h.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_i.html b/doc/api/functions_func_i.html index 0b77ca5a3..1ee52302e 100644 --- a/doc/api/functions_func_i.html +++ b/doc/api/functions_func_i.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_k.html b/doc/api/functions_func_k.html index fc86ee1c2..438711cc5 100644 --- a/doc/api/functions_func_k.html +++ b/doc/api/functions_func_k.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_l.html b/doc/api/functions_func_l.html index a12e68c4c..aec279728 100644 --- a/doc/api/functions_func_l.html +++ b/doc/api/functions_func_l.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_m.html b/doc/api/functions_func_m.html index 5458e6d44..d385e7842 100644 --- a/doc/api/functions_func_m.html +++ b/doc/api/functions_func_m.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_n.html b/doc/api/functions_func_n.html index aa63c4e07..d9d9a8bac 100644 --- a/doc/api/functions_func_n.html +++ b/doc/api/functions_func_n.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_o.html b/doc/api/functions_func_o.html index ea9e753bb..1d849371c 100644 --- a/doc/api/functions_func_o.html +++ b/doc/api/functions_func_o.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_p.html b/doc/api/functions_func_p.html index acc411813..93fb0d62e 100644 --- a/doc/api/functions_func_p.html +++ b/doc/api/functions_func_p.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_r.html b/doc/api/functions_func_r.html index b14e4f902..84eec910c 100644 --- a/doc/api/functions_func_r.html +++ b/doc/api/functions_func_r.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_s.html b/doc/api/functions_func_s.html index 89d4996e7..b0f304f28 100644 --- a/doc/api/functions_func_s.html +++ b/doc/api/functions_func_s.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_t.html b/doc/api/functions_func_t.html index bc53a5580..ff091ddad 100644 --- a/doc/api/functions_func_t.html +++ b/doc/api/functions_func_t.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_u.html b/doc/api/functions_func_u.html index d25cbb143..31803a767 100644 --- a/doc/api/functions_func_u.html +++ b/doc/api/functions_func_u.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_v.html b/doc/api/functions_func_v.html index c3f2094a4..84864b941 100644 --- a/doc/api/functions_func_v.html +++ b/doc/api/functions_func_v.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_w.html b/doc/api/functions_func_w.html index bde06011a..6b1abceb9 100644 --- a/doc/api/functions_func_w.html +++ b/doc/api/functions_func_w.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_func_~.html b/doc/api/functions_func_~.html index 295e2342f..905d4afa0 100644 --- a/doc/api/functions_func_~.html +++ b/doc/api/functions_func_~.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_g.html b/doc/api/functions_g.html index 17839e4e6..f0a314fbc 100644 --- a/doc/api/functions_g.html +++ b/doc/api/functions_g.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_h.html b/doc/api/functions_h.html index 049433563..bd193326e 100644 --- a/doc/api/functions_h.html +++ b/doc/api/functions_h.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_i.html b/doc/api/functions_i.html index 9a543a47b..125ef98b7 100644 --- a/doc/api/functions_i.html +++ b/doc/api/functions_i.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_k.html b/doc/api/functions_k.html index 70c8de4fc..49fb43763 100644 --- a/doc/api/functions_k.html +++ b/doc/api/functions_k.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_l.html b/doc/api/functions_l.html index 2e5a3f0e2..d9d634f89 100644 --- a/doc/api/functions_l.html +++ b/doc/api/functions_l.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_m.html b/doc/api/functions_m.html index f65b0ea0e..1e422fe56 100644 --- a/doc/api/functions_m.html +++ b/doc/api/functions_m.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_n.html b/doc/api/functions_n.html index 72620c309..8139e2ec4 100644 --- a/doc/api/functions_n.html +++ b/doc/api/functions_n.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_o.html b/doc/api/functions_o.html index 3f6aefcd3..b801e466c 100644 --- a/doc/api/functions_o.html +++ b/doc/api/functions_o.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_p.html b/doc/api/functions_p.html index c4c9c7a9d..d5a65960b 100644 --- a/doc/api/functions_p.html +++ b/doc/api/functions_p.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_r.html b/doc/api/functions_r.html index c9c5057c6..1f50c7f87 100644 --- a/doc/api/functions_r.html +++ b/doc/api/functions_r.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_rela.html b/doc/api/functions_rela.html index a7b454b3c..586968056 100644 --- a/doc/api/functions_rela.html +++ b/doc/api/functions_rela.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_s.html b/doc/api/functions_s.html index 34b0f7c7b..691e176b2 100644 --- a/doc/api/functions_s.html +++ b/doc/api/functions_s.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_t.html b/doc/api/functions_t.html index 027e35203..3ec2bb5eb 100644 --- a/doc/api/functions_t.html +++ b/doc/api/functions_t.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_type.html b/doc/api/functions_type.html index b63954db9..7bceb60de 100644 --- a/doc/api/functions_type.html +++ b/doc/api/functions_type.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_u.html b/doc/api/functions_u.html index fb28a6165..2d12971c0 100644 --- a/doc/api/functions_u.html +++ b/doc/api/functions_u.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_v.html b/doc/api/functions_v.html index 1e6f7cab9..2c770d212 100644 --- a/doc/api/functions_v.html +++ b/doc/api/functions_v.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_vars.html b/doc/api/functions_vars.html index c4a94de2f..6ab03aa16 100644 --- a/doc/api/functions_vars.html +++ b/doc/api/functions_vars.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_w.html b/doc/api/functions_w.html index c7bb85d7d..171e62f32 100644 --- a/doc/api/functions_w.html +++ b/doc/api/functions_w.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/functions_~.html b/doc/api/functions_~.html index b29981840..47a7e5842 100644 --- a/doc/api/functions_~.html +++ b/doc/api/functions_~.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/graph_legend.html b/doc/api/graph_legend.html index c0acce6a0..7601c9ce9 100644 --- a/doc/api/graph_legend.html +++ b/doc/api/graph_legend.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__auth__reason__code.html b/doc/api/group__auth__reason__code.html index 4746e3730..9822b72a1 100644 --- a/doc/api/group__auth__reason__code.html +++ b/doc/api/group__auth__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__auth__v5.html b/doc/api/group__auth__v5.html index d98047538..f94b156cf 100644 --- a/doc/api/group__auth__v5.html +++ b/doc/api/group__auth__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__buffer.html b/doc/api/group__buffer.html index f2468ba3a..c5674345d 100644 --- a/doc/api/group__buffer.html +++ b/doc/api/group__buffer.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__client.html b/doc/api/group__client.html index 776102bb1..18b071790 100644 --- a/doc/api/group__client.html +++ b/doc/api/group__client.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__connack__v3__1__1.html b/doc/api/group__connack__v3__1__1.html index c4ea44ed8..9426e8fd6 100644 --- a/doc/api/group__connack__v3__1__1.html +++ b/doc/api/group__connack__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__connack__v5.html b/doc/api/group__connack__v5.html index a23645f0d..c207cd758 100644 --- a/doc/api/group__connack__v5.html +++ b/doc/api/group__connack__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__connect__reason__code.html b/doc/api/group__connect__reason__code.html index 86bd22943..4577aedf7 100644 --- a/doc/api/group__connect__reason__code.html +++ b/doc/api/group__connect__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__connect__return__code.html b/doc/api/group__connect__return__code.html index f7a8db897..14e6cea9b 100644 --- a/doc/api/group__connect__return__code.html +++ b/doc/api/group__connect__return__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__connect__v3__1__1.html b/doc/api/group__connect__v3__1__1.html index b4705cbcb..fa66a0af0 100644 --- a/doc/api/group__connect__v3__1__1.html +++ b/doc/api/group__connect__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__connect__v5.html b/doc/api/group__connect__v5.html index f92b8010b..1a81c4b61 100644 --- a/doc/api/group__connect__v5.html +++ b/doc/api/group__connect__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__connection.html b/doc/api/group__connection.html index 0bed8497a..27532687a 100644 --- a/doc/api/group__connection.html +++ b/doc/api/group__connection.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__disconnect__reason__code.html b/doc/api/group__disconnect__reason__code.html index 3cc8b835e..417e48286 100644 --- a/doc/api/group__disconnect__reason__code.html +++ b/doc/api/group__disconnect__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__disconnect__v3__1__1.html b/doc/api/group__disconnect__v3__1__1.html index 181b7b38f..4e42150cf 100644 --- a/doc/api/group__disconnect__v3__1__1.html +++ b/doc/api/group__disconnect__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__disconnect__v5.html b/doc/api/group__disconnect__v5.html index f17dcabc7..5e565d2ee 100644 --- a/doc/api/group__disconnect__v5.html +++ b/doc/api/group__disconnect__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__endpoint.html b/doc/api/group__endpoint.html index 94cfcea81..030a11bc8 100644 --- a/doc/api/group__endpoint.html +++ b/doc/api/group__endpoint.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__error.html b/doc/api/group__error.html index c0b520a5f..78a287138 100644 --- a/doc/api/group__error.html +++ b/doc/api/group__error.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__error__reporting.html b/doc/api/group__error__reporting.html index 5b40e700e..dd683bf59 100644 --- a/doc/api/group__error__reporting.html +++ b/doc/api/group__error__reporting.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__log.html b/doc/api/group__log.html index 1c616e6a2..45597efb8 100644 --- a/doc/api/group__log.html +++ b/doc/api/group__log.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__mqtt.html b/doc/api/group__mqtt.html index 084a819ed..407315503 100644 --- a/doc/api/group__mqtt.html +++ b/doc/api/group__mqtt.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__mqtt__error.html b/doc/api/group__mqtt__error.html index bab34e78a..25b36ac29 100644 --- a/doc/api/group__mqtt__error.html +++ b/doc/api/group__mqtt__error.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__packet.html b/doc/api/group__packet.html index bd2d401fa..1ee0d1a0b 100644 --- a/doc/api/group__packet.html +++ b/doc/api/group__packet.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__packet__detail.html b/doc/api/group__packet__detail.html index 28c7aab47..7c77ae53b 100644 --- a/doc/api/group__packet__detail.html +++ b/doc/api/group__packet__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__packet__v3__1__1.html b/doc/api/group__packet__v3__1__1.html index b212c0852..174f064fe 100644 --- a/doc/api/group__packet__v3__1__1.html +++ b/doc/api/group__packet__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__packet__v5.html b/doc/api/group__packet__v5.html index 92a2ac378..54385b293 100644 --- a/doc/api/group__packet__v5.html +++ b/doc/api/group__packet__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__packet__variant.html b/doc/api/group__packet__variant.html index fac7c9a3e..0171670b4 100644 --- a/doc/api/group__packet__variant.html +++ b/doc/api/group__packet__variant.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__packet__variant__detail.html b/doc/api/group__packet__variant__detail.html index 0a8d7e11d..64991c03f 100644 --- a/doc/api/group__packet__variant__detail.html +++ b/doc/api/group__packet__variant__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pingreq__v3__1__1.html b/doc/api/group__pingreq__v3__1__1.html index 7e9709146..1b4c812a7 100644 --- a/doc/api/group__pingreq__v3__1__1.html +++ b/doc/api/group__pingreq__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pingreq__v5.html b/doc/api/group__pingreq__v5.html index 6ba543147..505e19bb9 100644 --- a/doc/api/group__pingreq__v5.html +++ b/doc/api/group__pingreq__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pingresp__v3__1__1.html b/doc/api/group__pingresp__v3__1__1.html index 65ea05061..0ef80cd28 100644 --- a/doc/api/group__pingresp__v3__1__1.html +++ b/doc/api/group__pingresp__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pingresp__v5.html b/doc/api/group__pingresp__v5.html index 7d3cd15cf..762d05a6f 100644 --- a/doc/api/group__pingresp__v5.html +++ b/doc/api/group__pingresp__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__predefined__customize.html b/doc/api/group__predefined__customize.html index de78027e5..03d157d52 100644 --- a/doc/api/group__predefined__customize.html +++ b/doc/api/group__predefined__customize.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__predefined__layer.html b/doc/api/group__predefined__layer.html index b9fc30705..0aa6d5fb8 100644 --- a/doc/api/group__predefined__layer.html +++ b/doc/api/group__predefined__layer.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__predefined__layer__mqtt.html b/doc/api/group__predefined__layer__mqtt.html index b9f6ac126..a8838234b 100644 --- a/doc/api/group__predefined__layer__mqtt.html +++ b/doc/api/group__predefined__layer__mqtt.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__predefined__layer__mqtts.html b/doc/api/group__predefined__layer__mqtts.html index 4a0759096..0aafdfeb7 100644 --- a/doc/api/group__predefined__layer__mqtts.html +++ b/doc/api/group__predefined__layer__mqtts.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__predefined__layer__ws.html b/doc/api/group__predefined__layer__ws.html index 3fab2087d..ff45c1f94 100644 --- a/doc/api/group__predefined__layer__ws.html +++ b/doc/api/group__predefined__layer__ws.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__predefined__layer__wss.html b/doc/api/group__predefined__layer__wss.html index dfc35a770..0b6e5a838 100644 --- a/doc/api/group__predefined__layer__wss.html +++ b/doc/api/group__predefined__layer__wss.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__property.html b/doc/api/group__property.html index a14d5579a..389cf4278 100644 --- a/doc/api/group__property.html +++ b/doc/api/group__property.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__property__internal.html b/doc/api/group__property__internal.html index ce00a4ea9..c6adf22f7 100644 --- a/doc/api/group__property__internal.html +++ b/doc/api/group__property__internal.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__property__variant.html b/doc/api/group__property__variant.html index 675fda0d6..aeb3b8e05 100644 --- a/doc/api/group__property__variant.html +++ b/doc/api/group__property__variant.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__puback__reason__code.html b/doc/api/group__puback__reason__code.html index 68c9016b5..17a3e7154 100644 --- a/doc/api/group__puback__reason__code.html +++ b/doc/api/group__puback__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__puback__v3__1__1.html b/doc/api/group__puback__v3__1__1.html index 98568e51e..75de42317 100644 --- a/doc/api/group__puback__v3__1__1.html +++ b/doc/api/group__puback__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__puback__v3__1__1__detail.html b/doc/api/group__puback__v3__1__1__detail.html index 2096d2ed4..9aa1159bf 100644 --- a/doc/api/group__puback__v3__1__1__detail.html +++ b/doc/api/group__puback__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__puback__v5.html b/doc/api/group__puback__v5.html index d6039ba69..438cd2475 100644 --- a/doc/api/group__puback__v5.html +++ b/doc/api/group__puback__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__puback__v5__detail.html b/doc/api/group__puback__v5__detail.html index 1c60250b6..78f73f9fd 100644 --- a/doc/api/group__puback__v5__detail.html +++ b/doc/api/group__puback__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubcomp__reason__code.html b/doc/api/group__pubcomp__reason__code.html index 442217bf3..39db59483 100644 --- a/doc/api/group__pubcomp__reason__code.html +++ b/doc/api/group__pubcomp__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubcomp__v3__1__1.html b/doc/api/group__pubcomp__v3__1__1.html index bcadebe9a..83891e66a 100644 --- a/doc/api/group__pubcomp__v3__1__1.html +++ b/doc/api/group__pubcomp__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubcomp__v3__1__1__detail.html b/doc/api/group__pubcomp__v3__1__1__detail.html index 53e2df871..029aaba0d 100644 --- a/doc/api/group__pubcomp__v3__1__1__detail.html +++ b/doc/api/group__pubcomp__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubcomp__v5.html b/doc/api/group__pubcomp__v5.html index 05607d875..79b34a9bd 100644 --- a/doc/api/group__pubcomp__v5.html +++ b/doc/api/group__pubcomp__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubcomp__v5__detail.html b/doc/api/group__pubcomp__v5__detail.html index 13cd0d7f4..ec423e6e0 100644 --- a/doc/api/group__pubcomp__v5__detail.html +++ b/doc/api/group__pubcomp__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__publish__options.html b/doc/api/group__publish__options.html index d1b8cd46a..96a0e02bc 100644 --- a/doc/api/group__publish__options.html +++ b/doc/api/group__publish__options.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__publish__v3__1__1.html b/doc/api/group__publish__v3__1__1.html index 568102014..3f39fab24 100644 --- a/doc/api/group__publish__v3__1__1.html +++ b/doc/api/group__publish__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__publish__v3__1__1__detail.html b/doc/api/group__publish__v3__1__1__detail.html index 9bcb2fb2c..d89a215ab 100644 --- a/doc/api/group__publish__v3__1__1__detail.html +++ b/doc/api/group__publish__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__publish__v5.html b/doc/api/group__publish__v5.html index b4ed6cd81..1f87443b4 100644 --- a/doc/api/group__publish__v5.html +++ b/doc/api/group__publish__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__publish__v5__detail.html b/doc/api/group__publish__v5__detail.html index d019f354c..1beb147af 100644 --- a/doc/api/group__publish__v5__detail.html +++ b/doc/api/group__publish__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrec__reason__code.html b/doc/api/group__pubrec__reason__code.html index 922c4049a..b8d4e1d20 100644 --- a/doc/api/group__pubrec__reason__code.html +++ b/doc/api/group__pubrec__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrec__v3__1__1.html b/doc/api/group__pubrec__v3__1__1.html index bf8496f6d..bb43390fb 100644 --- a/doc/api/group__pubrec__v3__1__1.html +++ b/doc/api/group__pubrec__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrec__v3__1__1__detail.html b/doc/api/group__pubrec__v3__1__1__detail.html index f981cf231..452f477d2 100644 --- a/doc/api/group__pubrec__v3__1__1__detail.html +++ b/doc/api/group__pubrec__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrec__v5.html b/doc/api/group__pubrec__v5.html index cad9fcf29..c94cc3a9e 100644 --- a/doc/api/group__pubrec__v5.html +++ b/doc/api/group__pubrec__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrec__v5__detail.html b/doc/api/group__pubrec__v5__detail.html index 57afbe318..647962796 100644 --- a/doc/api/group__pubrec__v5__detail.html +++ b/doc/api/group__pubrec__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrel__reason__code.html b/doc/api/group__pubrel__reason__code.html index d3cc58981..235425577 100644 --- a/doc/api/group__pubrel__reason__code.html +++ b/doc/api/group__pubrel__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrel__v3__1__1.html b/doc/api/group__pubrel__v3__1__1.html index 6862263cd..a3df5e9e2 100644 --- a/doc/api/group__pubrel__v3__1__1.html +++ b/doc/api/group__pubrel__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrel__v3__1__1__detail.html b/doc/api/group__pubrel__v3__1__1__detail.html index be2bbaf69..11da019ae 100644 --- a/doc/api/group__pubrel__v3__1__1__detail.html +++ b/doc/api/group__pubrel__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrel__v5.html b/doc/api/group__pubrel__v5.html index ee2d00db0..2d5ddcd30 100644 --- a/doc/api/group__pubrel__v5.html +++ b/doc/api/group__pubrel__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__pubrel__v5__detail.html b/doc/api/group__pubrel__v5__detail.html index 5361642cd..7ad2781e5 100644 --- a/doc/api/group__pubrel__v5__detail.html +++ b/doc/api/group__pubrel__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__qos.html b/doc/api/group__qos.html index 04a76f485..d0ab3aae9 100644 --- a/doc/api/group__qos.html +++ b/doc/api/group__qos.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__role.html b/doc/api/group__role.html index 960e19bef..abb11f9e1 100644 --- a/doc/api/group__role.html +++ b/doc/api/group__role.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__store__packet__variant.html b/doc/api/group__store__packet__variant.html index e35cdb6c3..a691d9c23 100644 --- a/doc/api/group__store__packet__variant.html +++ b/doc/api/group__store__packet__variant.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__store__packet__variant__detail.html b/doc/api/group__store__packet__variant__detail.html index 63d847bae..92b53b90e 100644 --- a/doc/api/group__store__packet__variant__detail.html +++ b/doc/api/group__store__packet__variant__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__suback__reason__code.html b/doc/api/group__suback__reason__code.html index 24896086f..ac186038e 100644 --- a/doc/api/group__suback__reason__code.html +++ b/doc/api/group__suback__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__suback__return__code.html b/doc/api/group__suback__return__code.html index 75b659510..c7f1380c4 100644 --- a/doc/api/group__suback__return__code.html +++ b/doc/api/group__suback__return__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__suback__v3__1__1.html b/doc/api/group__suback__v3__1__1.html index d23cdcf57..5f2ae2d6e 100644 --- a/doc/api/group__suback__v3__1__1.html +++ b/doc/api/group__suback__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__suback__v3__1__1__detail.html b/doc/api/group__suback__v3__1__1__detail.html index 4344dc5b7..f0bf72ff4 100644 --- a/doc/api/group__suback__v3__1__1__detail.html +++ b/doc/api/group__suback__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__suback__v5.html b/doc/api/group__suback__v5.html index b0ed07be7..a34dc807a 100644 --- a/doc/api/group__suback__v5.html +++ b/doc/api/group__suback__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__suback__v5__detail.html b/doc/api/group__suback__v5__detail.html index 779129358..625402792 100644 --- a/doc/api/group__suback__v5__detail.html +++ b/doc/api/group__suback__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__subscribe__options.html b/doc/api/group__subscribe__options.html index cb549ee58..8fc4425fe 100644 --- a/doc/api/group__subscribe__options.html +++ b/doc/api/group__subscribe__options.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__subscribe__v3__1__1.html b/doc/api/group__subscribe__v3__1__1.html index 68d1461f8..493bd064c 100644 --- a/doc/api/group__subscribe__v3__1__1.html +++ b/doc/api/group__subscribe__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__subscribe__v3__1__1__detail.html b/doc/api/group__subscribe__v3__1__1__detail.html index 46d2dd56a..603502531 100644 --- a/doc/api/group__subscribe__v3__1__1__detail.html +++ b/doc/api/group__subscribe__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__subscribe__v5.html b/doc/api/group__subscribe__v5.html index df20f56c9..7c4f85b5d 100644 --- a/doc/api/group__subscribe__v5.html +++ b/doc/api/group__subscribe__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__subscribe__v5__detail.html b/doc/api/group__subscribe__v5__detail.html index a6c57645b..527be9e01 100644 --- a/doc/api/group__subscribe__v5__detail.html +++ b/doc/api/group__subscribe__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__underlying__customize.html b/doc/api/group__underlying__customize.html index cc2c6c20f..0e0f28c56 100644 --- a/doc/api/group__underlying__customize.html +++ b/doc/api/group__underlying__customize.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__underlying__layer.html b/doc/api/group__underlying__layer.html index b7c7b9adc..fb448d3da 100644 --- a/doc/api/group__underlying__layer.html +++ b/doc/api/group__underlying__layer.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsuback__reason__code.html b/doc/api/group__unsuback__reason__code.html index 63b31e5fb..c2f019144 100644 --- a/doc/api/group__unsuback__reason__code.html +++ b/doc/api/group__unsuback__reason__code.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsuback__v3__1__1.html b/doc/api/group__unsuback__v3__1__1.html index 4656083c2..a4aa54b8e 100644 --- a/doc/api/group__unsuback__v3__1__1.html +++ b/doc/api/group__unsuback__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsuback__v3__1__1__detail.html b/doc/api/group__unsuback__v3__1__1__detail.html index fdb3114d2..83e7c4c4b 100644 --- a/doc/api/group__unsuback__v3__1__1__detail.html +++ b/doc/api/group__unsuback__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsuback__v5.html b/doc/api/group__unsuback__v5.html index ed9a82d0b..fd9603ad9 100644 --- a/doc/api/group__unsuback__v5.html +++ b/doc/api/group__unsuback__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsuback__v5__detail.html b/doc/api/group__unsuback__v5__detail.html index 7f73f22a9..c5e48d24d 100644 --- a/doc/api/group__unsuback__v5__detail.html +++ b/doc/api/group__unsuback__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsubscribe__v3__1__1.html b/doc/api/group__unsubscribe__v3__1__1.html index 707b1cc40..8f716a3ce 100644 --- a/doc/api/group__unsubscribe__v3__1__1.html +++ b/doc/api/group__unsubscribe__v3__1__1.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsubscribe__v3__1__1__detail.html b/doc/api/group__unsubscribe__v3__1__1__detail.html index ee7e06053..403189386 100644 --- a/doc/api/group__unsubscribe__v3__1__1__detail.html +++ b/doc/api/group__unsubscribe__v3__1__1__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsubscribe__v5.html b/doc/api/group__unsubscribe__v5.html index f6d8b341a..b2c624922 100644 --- a/doc/api/group__unsubscribe__v5.html +++ b/doc/api/group__unsubscribe__v5.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/group__unsubscribe__v5__detail.html b/doc/api/group__unsubscribe__v5__detail.html index b16e02142..53763660d 100644 --- a/doc/api/group__unsubscribe__v5__detail.html +++ b/doc/api/group__unsubscribe__v5__detail.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/host__port_8hpp_source.html b/doc/api/host__port_8hpp_source.html index 8aec3e59a..a1978505f 100644 --- a/doc/api/host__port_8hpp_source.html +++ b/doc/api/host__port_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/index.html b/doc/api/index.html index b4e9f852f..2f92de4b4 100644 --- a/doc/api/index.html +++ b/doc/api/index.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/inline_8hpp_source.html b/doc/api/inline_8hpp_source.html index 6d177fd00..12a1b867c 100644 --- a/doc/api/inline_8hpp_source.html +++ b/doc/api/inline_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/ioc__queue_8hpp_source.html b/doc/api/ioc__queue_8hpp_source.html index 8f3b0f92e..f57f4816c 100644 --- a/doc/api/ioc__queue_8hpp_source.html +++ b/doc/api/ioc__queue_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/json__like__out_8hpp_source.html b/doc/api/json__like__out_8hpp_source.html index af048e373..19ad2c2e1 100644 --- a/doc/api/json__like__out_8hpp_source.html +++ b/doc/api/json__like__out_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/log_8hpp_source.html b/doc/api/log_8hpp_source.html index efd840f1c..43efb3af8 100644 --- a/doc/api/log_8hpp_source.html +++ b/doc/api/log_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/move_8hpp_source.html b/doc/api/move_8hpp_source.html index 7ff62dc94..9cba40e38 100644 --- a/doc/api/move_8hpp_source.html +++ b/doc/api/move_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/mqtt_8hpp_source.html b/doc/api/mqtt_8hpp_source.html index 6242e4937..d765b3249 100644 --- a/doc/api/mqtt_8hpp_source.html +++ b/doc/api/mqtt_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/mqtts_8hpp_source.html b/doc/api/mqtts_8hpp_source.html index 97dddf7d7..78ec6dcbd 100644 --- a/doc/api/mqtts_8hpp_source.html +++ b/doc/api/mqtts_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/overload_8hpp_source.html b/doc/api/overload_8hpp_source.html index 81db21161..b91e13a02 100644 --- a/doc/api/overload_8hpp_source.html +++ b/doc/api/overload_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/packet__fwd_8hpp_source.html b/doc/api/packet__fwd_8hpp_source.html index 05cc9e8eb..8109a9164 100644 --- a/doc/api/packet__fwd_8hpp_source.html +++ b/doc/api/packet__fwd_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/packet__helper_8hpp_source.html b/doc/api/packet__helper_8hpp_source.html index b8a908938..dce905931 100644 --- a/doc/api/packet__helper_8hpp_source.html +++ b/doc/api/packet__helper_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/packet__id__manager_8hpp_source.html b/doc/api/packet__id__manager_8hpp_source.html index c6a6f38a1..5447feee2 100644 --- a/doc/api/packet__id__manager_8hpp_source.html +++ b/doc/api/packet__id__manager_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/packet__id__type_8hpp_source.html b/doc/api/packet__id__type_8hpp_source.html index 8d25a47d2..c7a44adf9 100644 --- a/doc/api/packet__id__type_8hpp_source.html +++ b/doc/api/packet__id__type_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/packet__iterator_8hpp_source.html b/doc/api/packet__iterator_8hpp_source.html index 3a450360b..8648b744d 100644 --- a/doc/api/packet__iterator_8hpp_source.html +++ b/doc/api/packet__iterator_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/packet__traits_8hpp_source.html b/doc/api/packet__traits_8hpp_source.html index 0b22d07ed..3c1fdd1e7 100644 --- a/doc/api/packet__traits_8hpp_source.html +++ b/doc/api/packet__traits_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/packet__variant_8hpp_source.html b/doc/api/packet__variant_8hpp_source.html index cd25e1fac..aed962487 100644 --- a/doc/api/packet__variant_8hpp_source.html +++ b/doc/api/packet__variant_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/packet__variant__fwd_8hpp_source.html b/doc/api/packet__variant__fwd_8hpp_source.html index 149f359a4..6d55aab3d 100644 --- a/doc/api/packet__variant__fwd_8hpp_source.html +++ b/doc/api/packet__variant__fwd_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/property_8hpp_source.html b/doc/api/property_8hpp_source.html index 456cdbb0b..7c68954d3 100644 --- a/doc/api/property_8hpp_source.html +++ b/doc/api/property_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/property__id_8hpp_source.html b/doc/api/property__id_8hpp_source.html index 457d19de4..2521ca1d4 100644 --- a/doc/api/property__id_8hpp_source.html +++ b/doc/api/property__id_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/property__variant_8hpp_source.html b/doc/api/property__variant_8hpp_source.html index 7de212d83..b075ed876 100644 --- a/doc/api/property__variant_8hpp_source.html +++ b/doc/api/property__variant_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/protocol__version_8hpp_source.html b/doc/api/protocol__version_8hpp_source.html index 3f2db0b36..632cb73f2 100644 --- a/doc/api/protocol__version_8hpp_source.html +++ b/doc/api/protocol__version_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/pubopts_8hpp_source.html b/doc/api/pubopts_8hpp_source.html index c8e99cb15..4fa96acee 100644 --- a/doc/api/pubopts_8hpp_source.html +++ b/doc/api/pubopts_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/qos_8hpp_source.html b/doc/api/qos_8hpp_source.html index 590b0f5d3..281f3d0b0 100644 --- a/doc/api/qos_8hpp_source.html +++ b/doc/api/qos_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/qos__util_8hpp_source.html b/doc/api/qos__util_8hpp_source.html index dd88e27d2..77dfd3d89 100644 --- a/doc/api/qos__util_8hpp_source.html +++ b/doc/api/qos__util_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/role_8hpp_source.html b/doc/api/role_8hpp_source.html index a08ed0829..bbf7ce4fd 100644 --- a/doc/api/role_8hpp_source.html +++ b/doc/api/role_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/scope__guard_8hpp_source.html b/doc/api/scope__guard_8hpp_source.html index 0fe1d8353..763c8091d 100644 --- a/doc/api/scope__guard_8hpp_source.html +++ b/doc/api/scope__guard_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/setup__log_8hpp_source.html b/doc/api/setup__log_8hpp_source.html index f3df7f9e1..4f7428a0b 100644 --- a/doc/api/setup__log_8hpp_source.html +++ b/doc/api/setup__log_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/shared__ptr__array_8hpp_source.html b/doc/api/shared__ptr__array_8hpp_source.html index 6a8aeeead..d18490aa0 100644 --- a/doc/api/shared__ptr__array_8hpp_source.html +++ b/doc/api/shared__ptr__array_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/src_8hpp_source.html b/doc/api/src_8hpp_source.html index fc729388c..a0607fc6f 100644 --- a/doc/api/src_8hpp_source.html +++ b/doc/api/src_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/static__vector_8hpp_source.html b/doc/api/static__vector_8hpp_source.html index 5a958ba99..3fddc97e4 100644 --- a/doc/api/static__vector_8hpp_source.html +++ b/doc/api/static__vector_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/store_8hpp_source.html b/doc/api/store_8hpp_source.html index b3f637a32..c88cb533a 100644 --- a/doc/api/store_8hpp_source.html +++ b/doc/api/store_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/store__packet__variant_8hpp_source.html b/doc/api/store__packet__variant_8hpp_source.html index 9489537b6..002da30ca 100644 --- a/doc/api/store__packet__variant_8hpp_source.html +++ b/doc/api/store__packet__variant_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/store__packet__variant__fwd_8hpp_source.html b/doc/api/store__packet__variant__fwd_8hpp_source.html index 4d36bc152..e4ae420f2 100644 --- a/doc/api/store__packet__variant__fwd_8hpp_source.html +++ b/doc/api/store__packet__variant__fwd_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/stream_8hpp_source.html b/doc/api/stream_8hpp_source.html index 0d18de095..62b918d5b 100644 --- a/doc/api/stream_8hpp_source.html +++ b/doc/api/stream_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/stream__fwd_8hpp_source.html b/doc/api/stream__fwd_8hpp_source.html index 318bafea9..c7567f351 100644 --- a/doc/api/stream__fwd_8hpp_source.html +++ b/doc/api/stream__fwd_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/stream__traits_8hpp_source.html b/doc/api/stream__traits_8hpp_source.html index c78aea345..f6688d5cb 100644 --- a/doc/api/stream__traits_8hpp_source.html +++ b/doc/api/stream__traits_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/string__view__helper_8hpp_source.html b/doc/api/string__view__helper_8hpp_source.html index 76159e651..bd175516d 100644 --- a/doc/api/string__view__helper_8hpp_source.html +++ b/doc/api/string__view__helper_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1basic__endpoint_1_1rebind__executor-members.html b/doc/api/structasync__mqtt_1_1basic__endpoint_1_1rebind__executor-members.html index c08904495..1a5518e61 100644 --- a/doc/api/structasync__mqtt_1_1basic__endpoint_1_1rebind__executor-members.html +++ b/doc/api/structasync__mqtt_1_1basic__endpoint_1_1rebind__executor-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1basic__endpoint_1_1rebind__executor.html b/doc/api/structasync__mqtt_1_1basic__endpoint_1_1rebind__executor.html index 86f738886..85fd311b4 100644 --- a/doc/api/structasync__mqtt_1_1basic__endpoint_1_1rebind__executor.html +++ b/doc/api/structasync__mqtt_1_1basic__endpoint_1_1rebind__executor.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1basic__packet__id__type.html b/doc/api/structasync__mqtt_1_1basic__packet__id__type.html index 4e74ab698..74e0353c0 100644 --- a/doc/api/structasync__mqtt_1_1basic__packet__id__type.html +++ b/doc/api/structasync__mqtt_1_1basic__packet__id__type.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1client_1_1pubres__type-members.html b/doc/api/structasync__mqtt_1_1client_1_1pubres__type-members.html index 7964199e7..3cf91917d 100644 --- a/doc/api/structasync__mqtt_1_1client_1_1pubres__type-members.html +++ b/doc/api/structasync__mqtt_1_1client_1_1pubres__type-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1client_1_1pubres__type.html b/doc/api/structasync__mqtt_1_1client_1_1pubres__type.html index 834ba8dce..1ef362063 100644 --- a/doc/api/structasync__mqtt_1_1client_1_1pubres__type.html +++ b/doc/api/structasync__mqtt_1_1client_1_1pubres__type.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1client_1_1rebind__executor-members.html b/doc/api/structasync__mqtt_1_1client_1_1rebind__executor-members.html index c51b827e1..d91c28634 100644 --- a/doc/api/structasync__mqtt_1_1client_1_1rebind__executor-members.html +++ b/doc/api/structasync__mqtt_1_1client_1_1rebind__executor-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1client_1_1rebind__executor.html b/doc/api/structasync__mqtt_1_1client_1_1rebind__executor.html index 11b563e90..1e27d089c 100644 --- a/doc/api/structasync__mqtt_1_1client_1_1rebind__executor.html +++ b/doc/api/structasync__mqtt_1_1client_1_1rebind__executor.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1layer__customize.html b/doc/api/structasync__mqtt_1_1layer__customize.html index 935ff55be..bdb9caac9 100644 --- a/doc/api/structasync__mqtt_1_1layer__customize.html +++ b/doc/api/structasync__mqtt_1_1layer__customize.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1basic__stream__socket_3_01Protocol_00_01Executor_01_4_01_4-members.html b/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1basic__stream__socket_3_01Protocol_00_01Executor_01_4_01_4-members.html index f57b9e21d..3a1e907b9 100644 --- a/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1basic__stream__socket_3_01Protocol_00_01Executor_01_4_01_4-members.html +++ b/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1basic__stream__socket_3_01Protocol_00_01Executor_01_4_01_4-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1basic__stream__socket_3_01Protocol_00_01Executor_01_4_01_4.html b/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1basic__stream__socket_3_01Protocol_00_01Executor_01_4_01_4.html index 54cd750ca..2cef2e91b 100644 --- a/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1basic__stream__socket_3_01Protocol_00_01Executor_01_4_01_4.html +++ b/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1basic__stream__socket_3_01Protocol_00_01Executor_01_4_01_4.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1ssl_1_1stream_3_01NextLayer_01_4_01_4-members.html b/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1ssl_1_1stream_3_01NextLayer_01_4_01_4-members.html index b9ca6f766..4f2d4c835 100644 --- a/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1ssl_1_1stream_3_01NextLayer_01_4_01_4-members.html +++ b/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1ssl_1_1stream_3_01NextLayer_01_4_01_4-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1ssl_1_1stream_3_01NextLayer_01_4_01_4.html b/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1ssl_1_1stream_3_01NextLayer_01_4_01_4.html index 701048a5f..344de6465 100644 --- a/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1ssl_1_1stream_3_01NextLayer_01_4_01_4.html +++ b/doc/api/structasync__mqtt_1_1layer__customize_3_01as_1_1ssl_1_1stream_3_01NextLayer_01_4_01_4.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1layer__customize_3_01bs_1_1websocket_1_1stream_3_01NextLayer_01_4_01_4-members.html b/doc/api/structasync__mqtt_1_1layer__customize_3_01bs_1_1websocket_1_1stream_3_01NextLayer_01_4_01_4-members.html index 14baa2374..9a9293afb 100644 --- a/doc/api/structasync__mqtt_1_1layer__customize_3_01bs_1_1websocket_1_1stream_3_01NextLayer_01_4_01_4-members.html +++ b/doc/api/structasync__mqtt_1_1layer__customize_3_01bs_1_1websocket_1_1stream_3_01NextLayer_01_4_01_4-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1layer__customize_3_01bs_1_1websocket_1_1stream_3_01NextLayer_01_4_01_4.html b/doc/api/structasync__mqtt_1_1layer__customize_3_01bs_1_1websocket_1_1stream_3_01NextLayer_01_4_01_4.html index aaca64f7d..17ea83676 100644 --- a/doc/api/structasync__mqtt_1_1layer__customize_3_01bs_1_1websocket_1_1stream_3_01NextLayer_01_4_01_4.html +++ b/doc/api/structasync__mqtt_1_1layer__customize_3_01bs_1_1websocket_1_1stream_3_01NextLayer_01_4_01_4.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1pub_1_1opts-members.html b/doc/api/structasync__mqtt_1_1pub_1_1opts-members.html index 3f6d9a79c..76c76a1a5 100644 --- a/doc/api/structasync__mqtt_1_1pub_1_1opts-members.html +++ b/doc/api/structasync__mqtt_1_1pub_1_1opts-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1pub_1_1opts.html b/doc/api/structasync__mqtt_1_1pub_1_1opts.html index dbddf1aea..8f19727f6 100644 --- a/doc/api/structasync__mqtt_1_1pub_1_1opts.html +++ b/doc/api/structasync__mqtt_1_1pub_1_1opts.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1sub_1_1opts-members.html b/doc/api/structasync__mqtt_1_1sub_1_1opts-members.html index d84b49dcc..ba928d879 100644 --- a/doc/api/structasync__mqtt_1_1sub_1_1opts-members.html +++ b/doc/api/structasync__mqtt_1_1sub_1_1opts-members.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/structasync__mqtt_1_1sub_1_1opts.html b/doc/api/structasync__mqtt_1_1sub_1_1opts.html index 6d5d81e41..ce383af83 100644 --- a/doc/api/structasync__mqtt_1_1sub_1_1opts.html +++ b/doc/api/structasync__mqtt_1_1sub_1_1opts.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/subopts_8hpp_source.html b/doc/api/subopts_8hpp_source.html index 7f00793a5..875733e3f 100644 --- a/doc/api/subopts_8hpp_source.html +++ b/doc/api/subopts_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/topic__alias__recv_8hpp_source.html b/doc/api/topic__alias__recv_8hpp_source.html index b1ceedcff..5a298defb 100644 --- a/doc/api/topic__alias__recv_8hpp_source.html +++ b/doc/api/topic__alias__recv_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/topic__alias__send_8hpp_source.html b/doc/api/topic__alias__send_8hpp_source.html index c8631e60a..2333987f0 100644 --- a/doc/api/topic__alias__send_8hpp_source.html +++ b/doc/api/topic__alias__send_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/topic__sharename_8hpp_source.html b/doc/api/topic__sharename_8hpp_source.html index fb70c9011..d1dd38e61 100644 --- a/doc/api/topic__sharename_8hpp_source.html +++ b/doc/api/topic__sharename_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/topic__subopts_8hpp_source.html b/doc/api/topic__subopts_8hpp_source.html index 34be5d004..cde2f7db9 100644 --- a/doc/api/topic__subopts_8hpp_source.html +++ b/doc/api/topic__subopts_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/topics.html b/doc/api/topics.html index d9371d614..03603f021 100644 --- a/doc/api/topics.html +++ b/doc/api/topics.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/utf8validate_8hpp_source.html b/doc/api/utf8validate_8hpp_source.html index 86470ced0..bff78ba83 100644 --- a/doc/api/utf8validate_8hpp_source.html +++ b/doc/api/utf8validate_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__connack_8hpp_source.html b/doc/api/v3__1__1__connack_8hpp_source.html index d033c29fc..cafdd58b9 100644 --- a/doc/api/v3__1__1__connack_8hpp_source.html +++ b/doc/api/v3__1__1__connack_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__connect_8hpp_source.html b/doc/api/v3__1__1__connect_8hpp_source.html index 776584601..d718cdbde 100644 --- a/doc/api/v3__1__1__connect_8hpp_source.html +++ b/doc/api/v3__1__1__connect_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__disconnect_8hpp_source.html b/doc/api/v3__1__1__disconnect_8hpp_source.html index c2ef26285..e55132bb8 100644 --- a/doc/api/v3__1__1__disconnect_8hpp_source.html +++ b/doc/api/v3__1__1__disconnect_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__pingreq_8hpp_source.html b/doc/api/v3__1__1__pingreq_8hpp_source.html index 99e847560..96abb9972 100644 --- a/doc/api/v3__1__1__pingreq_8hpp_source.html +++ b/doc/api/v3__1__1__pingreq_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__pingresp_8hpp_source.html b/doc/api/v3__1__1__pingresp_8hpp_source.html index 1de799811..966897e9e 100644 --- a/doc/api/v3__1__1__pingresp_8hpp_source.html +++ b/doc/api/v3__1__1__pingresp_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__puback_8hpp_source.html b/doc/api/v3__1__1__puback_8hpp_source.html index 6dc0d8c3a..889338e2b 100644 --- a/doc/api/v3__1__1__puback_8hpp_source.html +++ b/doc/api/v3__1__1__puback_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__pubcomp_8hpp_source.html b/doc/api/v3__1__1__pubcomp_8hpp_source.html index e4a4102f5..a48932d29 100644 --- a/doc/api/v3__1__1__pubcomp_8hpp_source.html +++ b/doc/api/v3__1__1__pubcomp_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__publish_8hpp_source.html b/doc/api/v3__1__1__publish_8hpp_source.html index 3c6aef039..8b61445b1 100644 --- a/doc/api/v3__1__1__publish_8hpp_source.html +++ b/doc/api/v3__1__1__publish_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__pubrec_8hpp_source.html b/doc/api/v3__1__1__pubrec_8hpp_source.html index 86f1eadef..2cecf1d27 100644 --- a/doc/api/v3__1__1__pubrec_8hpp_source.html +++ b/doc/api/v3__1__1__pubrec_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__pubrel_8hpp_source.html b/doc/api/v3__1__1__pubrel_8hpp_source.html index 47ce4d5a0..4d660398f 100644 --- a/doc/api/v3__1__1__pubrel_8hpp_source.html +++ b/doc/api/v3__1__1__pubrel_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__suback_8hpp_source.html b/doc/api/v3__1__1__suback_8hpp_source.html index 0ee94ad5d..4847ba523 100644 --- a/doc/api/v3__1__1__suback_8hpp_source.html +++ b/doc/api/v3__1__1__suback_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__subscribe_8hpp_source.html b/doc/api/v3__1__1__subscribe_8hpp_source.html index ab929c172..631c4faf3 100644 --- a/doc/api/v3__1__1__subscribe_8hpp_source.html +++ b/doc/api/v3__1__1__subscribe_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__unsuback_8hpp_source.html b/doc/api/v3__1__1__unsuback_8hpp_source.html index c50093c2b..f254f5559 100644 --- a/doc/api/v3__1__1__unsuback_8hpp_source.html +++ b/doc/api/v3__1__1__unsuback_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v3__1__1__unsubscribe_8hpp_source.html b/doc/api/v3__1__1__unsubscribe_8hpp_source.html index 0e072b4d5..58fb22b73 100644 --- a/doc/api/v3__1__1__unsubscribe_8hpp_source.html +++ b/doc/api/v3__1__1__unsubscribe_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__auth_8hpp_source.html b/doc/api/v5__auth_8hpp_source.html index 41be26bae..51434a15d 100644 --- a/doc/api/v5__auth_8hpp_source.html +++ b/doc/api/v5__auth_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__connack_8hpp_source.html b/doc/api/v5__connack_8hpp_source.html index 1eb06c77d..006e59701 100644 --- a/doc/api/v5__connack_8hpp_source.html +++ b/doc/api/v5__connack_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__connect_8hpp_source.html b/doc/api/v5__connect_8hpp_source.html index 5decf73d9..c5d4c6102 100644 --- a/doc/api/v5__connect_8hpp_source.html +++ b/doc/api/v5__connect_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__disconnect_8hpp_source.html b/doc/api/v5__disconnect_8hpp_source.html index 268242a42..5a749f584 100644 --- a/doc/api/v5__disconnect_8hpp_source.html +++ b/doc/api/v5__disconnect_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__pingreq_8hpp_source.html b/doc/api/v5__pingreq_8hpp_source.html index 575c3d9c3..807586c75 100644 --- a/doc/api/v5__pingreq_8hpp_source.html +++ b/doc/api/v5__pingreq_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__pingresp_8hpp_source.html b/doc/api/v5__pingresp_8hpp_source.html index 56feac1d4..802c0abb7 100644 --- a/doc/api/v5__pingresp_8hpp_source.html +++ b/doc/api/v5__pingresp_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__puback_8hpp_source.html b/doc/api/v5__puback_8hpp_source.html index 1ad3e2716..b5721bb72 100644 --- a/doc/api/v5__puback_8hpp_source.html +++ b/doc/api/v5__puback_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__pubcomp_8hpp_source.html b/doc/api/v5__pubcomp_8hpp_source.html index 3ae7dc11d..7957e6d5e 100644 --- a/doc/api/v5__pubcomp_8hpp_source.html +++ b/doc/api/v5__pubcomp_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__publish_8hpp_source.html b/doc/api/v5__publish_8hpp_source.html index 7583a9781..500fc73e4 100644 --- a/doc/api/v5__publish_8hpp_source.html +++ b/doc/api/v5__publish_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__pubrec_8hpp_source.html b/doc/api/v5__pubrec_8hpp_source.html index 5dc9497b0..cd3966d40 100644 --- a/doc/api/v5__pubrec_8hpp_source.html +++ b/doc/api/v5__pubrec_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__pubrel_8hpp_source.html b/doc/api/v5__pubrel_8hpp_source.html index 888c1c132..dd8050c48 100644 --- a/doc/api/v5__pubrel_8hpp_source.html +++ b/doc/api/v5__pubrel_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__suback_8hpp_source.html b/doc/api/v5__suback_8hpp_source.html index ab4b2ae4b..c0e802a04 100644 --- a/doc/api/v5__suback_8hpp_source.html +++ b/doc/api/v5__suback_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__subscribe_8hpp_source.html b/doc/api/v5__subscribe_8hpp_source.html index 3ca00f2a7..5fd81c0db 100644 --- a/doc/api/v5__subscribe_8hpp_source.html +++ b/doc/api/v5__subscribe_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__unsuback_8hpp_source.html b/doc/api/v5__unsuback_8hpp_source.html index dd8b19ac6..12d73cf7e 100644 --- a/doc/api/v5__unsuback_8hpp_source.html +++ b/doc/api/v5__unsuback_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/v5__unsubscribe_8hpp_source.html b/doc/api/v5__unsubscribe_8hpp_source.html index 11e49ff13..3cf8a3307 100644 --- a/doc/api/v5__unsubscribe_8hpp_source.html +++ b/doc/api/v5__unsubscribe_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/value__allocator_8hpp_source.html b/doc/api/value__allocator_8hpp_source.html index c56911688..9089efa24 100644 --- a/doc/api/value__allocator_8hpp_source.html +++ b/doc/api/value__allocator_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/variable__bytes_8hpp_source.html b/doc/api/variable__bytes_8hpp_source.html index 374744b13..ccfb78065 100644 --- a/doc/api/variable__bytes_8hpp_source.html +++ b/doc/api/variable__bytes_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/will_8hpp_source.html b/doc/api/will_8hpp_source.html index 6f82046ce..6f1e008ed 100644 --- a/doc/api/will_8hpp_source.html +++ b/doc/api/will_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/ws_8hpp_source.html b/doc/api/ws_8hpp_source.html index 4a7b31bf4..45f6fedc6 100644 --- a/doc/api/ws_8hpp_source.html +++ b/doc/api/ws_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/doc/api/wss_8hpp_source.html b/doc/api/wss_8hpp_source.html index d2b6f1dc5..f53b59c86 100644 --- a/doc/api/wss_8hpp_source.html +++ b/doc/api/wss_8hpp_source.html @@ -28,7 +28,7 @@ -
async_mqtt 9.0.1 +
async_mqtt 9.0.2
diff --git a/docker/conf/auth.json b/docker/conf/auth.json index f81141860..c0b2df4b0 100644 --- a/docker/conf/auth.json +++ b/docker/conf/auth.json @@ -36,7 +36,7 @@ ] , # Combine users into groups - "groups": [ + "group": [ { # Users can be combined into groups, group name starts with @ "name": "@g1",