Unused client options manipulation
Opened this issue · 0 comments
ctron commented
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.