asyncmqtt: upgrade 10.2.0 -> 10.2.3

Changelog:
==========
* Added missing pingresp timer cancel request hanndling on asio_bind sending.
* Fixed pingresp timer management.
* Fixed receive_maximum invalid handling issue.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-09-03 17:02:22 +08:00 committed by Khem Raj
parent 342a38bbfe
commit d9e2c5a78b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
SRCREV = "9e26e92d1c3571ff2723c380c9548b3527bf37a6"
SRCREV = "008dbe26d1366b1da3dd8bdcc1471f066b567166"
DEPENDS = "openssl boost"