eclipse-paho / eclipse-paho/paho.mqtt.java
Stack Overflow on v5 subscribe()
Open
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
Just trying out the v5 client for the first time. Ran into a stack overflow bug almost immediately. It's on line 525 of MqttClient:
```
public IMqttToken subscribe(String[] topicFilters, int[] qos, IMqttMessageListener[] messageListeners)
throws MqttException {
return this.subscribe(topicFilters, qos, messageListeners);
}
```
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.