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

Zd15712 correct send unlocking #2 #319

Closed billphipps closed 1 year ago

billphipps commented 1 year ago

Corrected a number of other incorrect uses of client->write.len with proper locking. Minor code format updates.

billphipps commented 1 year ago

Note I am still failing --enable-nonblock --disable-tls with nbclient spinning at 100%. Note this is with no multithread, so likely still an issue with my MacOS setup.