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

🐛 修复遗嘱消息,添加消息类型。

上级 85596b74
......@@ -115,6 +115,7 @@ public class DefaultMqttServerProcessor implements MqttServerProcessor {
boolean willFlag = variableHeader.isWillFlag();
if (willFlag) {
Message willMessage = new Message();
willMessage.setMessageType(MqttMessageType.PUBLISH.value());
willMessage.setTopic(payload.willTopic());
willMessage.setPayload(payload.willMessageInBytes());
willMessage.setQos(variableHeader.willQos());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册