arcoirislabs / cordova-plugin-mqtt

MqTT Cordova Plugin for Apache Cordova (> v3.0)
MIT License
86 stars 49 forks source link

Not subscribes #13

Closed pyxiscloud closed 8 years ago

pyxiscloud commented 8 years ago

Hi try to run demo app successfully connect to test.mosquitto.org: 1883 also successfully publish

but when subscribe - there is no reactions for subscribed topics

in Adnroid studio i get this, when publish to subscribed topics:

I/mqttalabs: for subscribe the callback id is CordovaMqTTPlugin126837709

arcoirislabs commented 8 years ago

Hi, You can start receiving the topic payload by adding a document event listener to the topic you subscribed

Sent from my iPhone

On 09-Jul-2016, at 9:06 AM, reejinbouk notifications@github.com wrote:

Hi try to run demo app successfully connect to test.mosquitto.org: 1883 also successfully publish

but when subscribe - there is no reactions for subscribed topics

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

arcoirislabs commented 8 years ago

Also check if you are publishing anything on the same topic