yuz10 commented on code in PR #1154:
URL:
https://github.com/apache/rocketmq-client-go/pull/1154#discussion_r1798723403
##########
primitive/message.go:
##########
@@ -69,6 +69,7 @@ const (
)
type Message struct {
+ List []*Message
Review Comment:
the list is used internal, should not export to public interface. so might
be better to pass msgs to ProcessSendResponse function through function call.
--
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]