eclipse-paho / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.14k stars 889 forks source link

mqttv5 - function subscribe calls itself #695

Closed misau closed 5 years ago

misau commented 5 years ago

MqttClient.java: public IMqttToken subscribe(String[] topicFilters, int[] qos, IMqttMessageListener[] messageListeners) throws MqttException { return this.subscribe(topicFilters, qos, messageListeners); }

icraggs commented 5 years ago

I'm writing a new MQTT V5 client library - it's in the vert.x branch. I intend that to be the one that's released.