wenfengwang commented on a change in pull request #548:
URL: https://github.com/apache/rocketmq-client-go/pull/548#discussion_r662699621
##########
File path: internal/client.go
##########
@@ -381,6 +381,8 @@ func (c *rmqClient) Start() {
}
})
})
+ //set c.close to false, or it could send only one message
+ c.close = false
Review comment:
I'm not sure if it result in other problems when re-start, do you have
taken a full testing?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]