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
521 stars 155 forks source link

Allow MqttClient_WaitType to return MQTT_CODE_CONTINUE with MT #283

Closed embhorn closed 2 years ago

embhorn commented 2 years ago

Since MQTT_CODE_CONTINUE is a valid return from MqttClient_WaitType, it needs to be able to return when only MT is enabled.

Reproduce issue with ./configure --enable-mt && make check

All commit tests are passing.