hivemq / hivemq-mqtt-client

HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
https://hivemq.github.io/hivemq-mqtt-client/
Apache License 2.0
824 stars 153 forks source link

feature: client disconnect due to publish malformed topic #602

Closed manmao closed 7 months ago

manmao commented 8 months ago

Description

resolve issue problem #515 if hivemqtt-client receive message which topic is malformed from mqtt borker, ignore this message and don't disconnect

Related Issue

Type of Change

Checklist

cla-bot[bot] commented 8 months ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: manmao. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails
cla-bot[bot] commented 7 months ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: manmao. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails