eclipse / paho.mqtt.android

MQTT Android
Other
2.89k stars 865 forks source link

Fix subscribe method with IMqttMessageListener #451

Open ididdidi opened 3 years ago

ididdidi commented 3 years ago

Possible error: subscribe have no call back when the message arrived when i use this method "public IMqttToken subscribe(String[] topicFilters, int[] qos, IMqttMessageListener[] messageListeners)" can be fixed like this.