-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Paho MQTT client library dependency version to 1.2.3+ because of the keep-alive bug #3348
Comments
Sure! Feel free to raise a Pull Request on the matter: https://github.com/spring-projects/spring-integration/blob/master/CONTRIBUTING.adoc. Be sure that you have an MQTT broker locally on Thank you! |
I can't make unit tests pass on master branch.
All other test passes. A am not sure where to look for the problem. |
Let me check it locally with MQTT plugin in RabbitMQ! |
Works well. So, probably some Mosquitto incompatibility issue. Pushing the upgrade... Thanks for your contribution! |
Fixed #3348 **Cherry-pick to 5.3.x, 5.2.x & 5.1.x** # Conflicts: # build.gradle
Fixed #3348 **Cherry-pick to 5.3.x, 5.2.x & 5.1.x** # Conflicts: # build.gradle
Fixed #3348 **Cherry-pick to 5.3.x, 5.2.x & 5.1.x** # Conflicts: # build.gradle
Current Behavior
org.eclipse.paho:org.eclipse.paho.client.mqttv3
dependency versions is 1.2.2.Context
Paho MQTT client version 1.2.2 has nasty bug that can result in ping packet being sent to server every millisecond regardless of the configuration. eclipse-paho/paho.mqtt.java#738
Version 1.2.4 seems to work fine.
The text was updated successfully, but these errors were encountered: