issues
search
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
527
stars
156
forks
source link
Prop fix / config update
#238
Closed
embhorn
closed
3 years ago
embhorn
commented
3 years ago
Missed some instances of this fix from the last PR. This was causing failures with v5 and QoS 2.
Updating config to allow
--enable-all
and
--enable-v5
which enables
propcb
by default (keep
mqtt5
for backward comp.
Change order of commit-tests.sh so "nonblock without TLS" anomaly occurs at end.
--enable-all
and--enable-v5
which enablespropcb
by default (keepmqtt5
for backward comp.