eclipse/paho.mqtt.c

In MQTTClient, how to set it automatic reconnect after the connection lost

Opened this issue · 1 comments

Describe the bug
I use MQTTClient(not MQTTAsync), I want mqtt can automaitc reconnect after the conection lost. How to do for this?

There is no automatic reconnect for MQTTClient, only MQTTAsync.