tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
383 stars 122 forks source link

Unable to Set Qos 1 or 2 while Subscribing. #54

Open viep opened 8 years ago

viep commented 8 years ago

Hi, We are trying to use your library for IOT related course project and we have a use case for Persistant client sessions. So when i use your espduino library to subscribe to a topic with QoS >0, it always defaults to 0. Also, we suspect the clean session flag is not getting set to false. These two issues is stopping us from using your library. We tried to debug the code but to no avail. We would appreciate any help regarding the same.

sriramvis commented 8 years ago

I tried i too, never seems to work, is there any other detail I am missing/ thanks! :)