Imroy / pubsubclient

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

Client connection drop after received each qos 1 message. #50

Open HW-Siew opened 8 years ago

HW-Siew commented 8 years ago

I subscribed two topics 'topicA' and 'topicB' respectively with qos 0 and qos 1. Message received with topicA works find, however, Each message receives with topicB cause the client drop its connection. Any Idea why? I am using secured connection in both case. Tq