Imroy / pubsubclient

A client library for the ESP8266 that provides support for MQTT
MIT License
434 stars 115 forks source link

receives the news after 10 times downtime #46

Open lable opened 8 years ago

lable commented 8 years ago

In qos = 2 cases, receives the news after 10 times downtime code:

    client.subscribe(MQTT::Subscribe()
                     .add_topic("/snv/" + func + "/" + topicId, 2)
                     .add_topic(topic, 2));