Topic: MqttMessage and handling large messages
I apologize if I missed this in the WolfMQTT manual, but I'm not clear how to receive a large MQTT message from the broker (received message is larger than the buffer passed to MqttClient_Init()). What is the sequence of calls to the callback function for such a message, including the values of callback function parameters msg_new, msg_done, msg->buffer, msg->buffer_len and msg->buffer_pos.
If this info is in the manual, a pointer to where it is would be appreciated.
Thanks!
Anthony Jenkins