apache / rocketmq-mqtt

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

Wrong judgment when toLmqMessage #97

Closed YxAc closed 2 years ago

YxAc commented 2 years ago

the 'else if' judgment is a fault or a typo, should be 'mqMessage.getUserPro', not 'message.getUserPro'

image