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

mqtt client 添加 session 有效期。

上级 b2669c9c
......@@ -239,6 +239,10 @@ public final class MqttProperties {
public static final class IntegerProperty extends MqttProperty<Integer> {
public IntegerProperty(MqttPropertyType propertyType, Integer value) {
super(propertyType.value, value);
}
public IntegerProperty(int propertyId, Integer value) {
super(propertyId, value);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册