提交 661943ca 编写于 作者: 如梦技术's avatar 如梦技术 🐛

升级 t-io 版本。

上级 9641ebe9
......@@ -48,11 +48,5 @@ public class MqttClientTest {
client.publish("/sys/g27jB42P9hm/" + deviceName + "/thing/event/property/post", ByteBuffer.wrap(content.getBytes()));
// }
// }, 1000, 2000);
Runtime.getRuntime().addShutdownHook(new Thread(() -> {
System.out.println("disconnect..................");
client.disconnect();
}));
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册