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
518 stars 156 forks source link

Add mutex protection to MqttClient_NetDisconnect #342

Closed embhorn closed 1 year ago

embhorn commented 1 year ago

Adds mutex protection and cancels all pending messages in MqttClient_NetDisconnect

Fixes zd16343

Customer confirms fix.

embhorn commented 1 year ago

No idea why the macOS Build Test is failing