hirotakaster / MQTT

MQTT for Photon, Spark Core
Other
216 stars 118 forks source link

Fix bugs #74

Closed Orienfish closed 5 years ago

Orienfish commented 5 years ago
  1. When publish message with QoS=2 and after receive PUBREC, photon doesn't respond PUBREL. Modify Loop() in line 309-311.
  2. When receive publish message with QoS=2, photon doesn't respond PUBREC. Modify Loop() in line 284-296.
hirotakaster commented 5 years ago

@Orienfish Thank you for your PR. I will check your patch now!!

hirotakaster commented 5 years ago

@Orienfish I merge your PR. And I find some problem about MQTT source code, I will fix then and release to Particle community library. Thank you.