Skip to content

Commit

Permalink
✨ mica-mqtt-client 添加连接测试功能 connectTest gitee #I8J35M 感谢 @彭蕾 反馈
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Nov 25, 2023
1 parent b22b97c commit 2ee6eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public class MqttClientConnTest {

public static void main(String[] args) throws Exception {
public static void main(String[] args) {
// 初始化 mqtt 客户端
MqttConnectReasonCode reasonCode = MqttClient.create()
// .ip("127.0.0.1")
Expand Down

0 comments on commit 2ee6eb5

Please sign in to comment.