jonnxu commented on a change in pull request #48: [Issue#44] Resolve
RetrySendTimes doesn't Work for Async Send
URL: https://github.com/apache/rocketmq-client-cpp/pull/48#discussion_r245179736
##########
File path: src/protocol/RemotingCommand.cpp
##########
@@ -250,4 +290,15 @@ void RemotingCommand::addExtField(const string& key,
const string& value) {
m_extFields[key] = value;
}
+std::string RemotingCommand::ToString() {
Review comment:
ok
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services