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

Fix Helgrind thread errors with enable-tls, and enable-curl. #395

Closed philljj closed 4 months ago

philljj commented 5 months ago

Fix Helgrind thread errors around simultaneous reads and writes from different threads:

philljj commented 5 months ago

This passes locally but fails in CI. I think this has something brittle.