Adds new API MqttClient_Publish_WriteOnly for multi-threading to allow a publish thread with write only. Requires having another read thread calling MqttClient_WaitMessage_ex to handle any ACK processing. Supported only with --enable-mt or WOLFMQTT_MULTITHREAD. ZD12793.
Adds new API
MqttClient_Publish_WriteOnly
for multi-threading to allow a publish thread with write only. Requires having another read thread callingMqttClient_WaitMessage_ex
to handle any ACK processing. Supported only with--enable-mt
orWOLFMQTT_MULTITHREAD
. ZD12793.