Merge pull request #247 from eclipse/develop

Bugfix of  #246
This commit is contained in:
Tomoaki Yamaguchi
2021-10-06 10:37:24 +09:00
committed by GitHub

View File

@@ -101,6 +101,7 @@ void MQTTGWPublishHandler::handlePublish(Client* client, MQTTGWPacket* packet)
topicId.type = tp->getType();
topicId.data.long_.len = pub.topiclen;
topicId.data.long_.name = pub.topic;
topicId.data.id = tp->getTopicId();
}
else
{