We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the constructor of the MQTT client, it looks like some changes in the past have changed the originally intended behavior:
vertx-mqtt/src/main/java/io/vertx/mqtt/impl/MqttClientImpl.java
Lines 156 to 165 in 9a91ad8
From what I see, the netClientOptions gets copied, manipulated, but then not used at all.
netClientOptions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the constructor of the MQTT client, it looks like some changes in the past have changed the originally intended behavior:
vertx-mqtt/src/main/java/io/vertx/mqtt/impl/MqttClientImpl.java
Lines 156 to 165 in 9a91ad8
From what I see, the
netClientOptions
gets copied, manipulated, but then not used at all.The text was updated successfully, but these errors were encountered: