jiazx0107@163.com
2023-12-29 5fc84fec1dd242571328bbd9321a47a7adcfcb1f
src/main/java/com/fzzy/mqtt/MqttProviderConfig.java
@@ -37,6 +37,7 @@
        hostList.toArray(serverURIs);
        mqttConnectOptions.setServerURIs(serverURIs);
        mqttConnectOptions.setKeepAliveInterval(mqttProperties.getKeepAliveInterval());
        return mqttConnectOptions;
    }