wolfSSL / wolfMQTT

wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.
https://www.wolfssl.com
GNU General Public License v2.0
526 stars 156 forks source link

Fix issue with `MqttClient_Publish_WriteOnly` not waiting properly for ACK #281

Closed dgarske closed 2 years ago

dgarske commented 2 years ago

Fix issue with MqttClient_Publish_WriteOnly not waiting properly for ACK. ZD13681

dgarske commented 2 years ago

Fix confirmed by customer. @embhorn