Closed cserwen closed 1 year ago
建议添加一些描述, 说明bug出现的场景和修复方法。方便大家review和理解代码逻辑
@francisoliverlee Hi, please see issue #1013.
@cserwen
mq := p.selectMessageQueue(msg, lastBrokerName)
this is a bug, which should be
mq = p.selectMessageQueue(msg, lastBrokerName)
What is the purpose of the change
fix #1013
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR
.[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.