mqtt-android-tutorial icon indicating copy to clipboard operation
mqtt-android-tutorial copied to clipboard

i am unable to recieve message after getting conntected

Open ajay32 opened this issue 7 years ago • 1 comments

i got connected to mqttCloud got connected message after that final String subscriptionTopic = "sensor/+"; i used this perfix for subsriciption topic ..but unable to recieve message...please help

ajay32 avatar Mar 27 '18 11:03 ajay32

Sorry if you want to use the private mqtt broker (cloudmqtt) with username password, please uncomment these two lines:

https://github.com/wildan2711/mqtt-android-tutorial/blob/master/app/src/main/java/helpers/MqttHelper.java#L65

wildan2711 avatar Mar 28 '18 05:03 wildan2711