vertx-mqtt
vertx-mqtt copied to clipboard
fix MqttServer Duplicate handler name: idle
When The NetServerOptions set the ' IdleTimeout'. The connection will add the name 'idle' handler before. And the mqttserver will add the same name handler too.
@dushibaiyu , can you implement it in a way, as it done in the MQTT client, I mean deprecating MqttServerOptions#setIdleTimeout
and delegating it to the MqttServerOptions#setTimeoutOnConnect
call.
Yes。 it changed.
Yes , I have fixed it.
can this get merged?