apache / rocketmq-mqtt

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
181 stars 63 forks source link

[ISSUE #214]Fix bug: Ensure that the QoS of Payload Messages sent in response to a Subscription is set to the minimum of the QoS of the original message and the maximum QoS granted by the Server (MQTT-3.8.4-6) #222

Closed zzjcool closed 10 months ago

zzjcool commented 10 months ago

Ensure that the QoS of Payload Messages sent in response to a Subscription is set to the minimum of the QoS of the original message and the maximum QoS granted by the Server (MQTT-3.8.4-6)

zzjcool commented 10 months ago

fix issue https://github.com/apache/rocketmq-mqtt/issues/214

pingww commented 10 months ago

please pr to develop