jovan-wong 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_r244919884
##########
File path: src/transport/TcpRemotingClient.cpp
##########
@@ -709,7 +718,7 @@ void TcpRemotingClient::eraseTimerCallback(int opaque) {
void TcpRemotingClient::cancelTimerCallback(int opaque) {
boost::lock_guard<boost::mutex> lock(m_timerMapMutex);
if (m_async_timer_map.find(opaque) != m_async_timer_map.end()) {
- // AGENT_INFO("cancel timerCallback opaque:%lld", opaque);
+ LOG_DEBUG("cancelTimerCallback: opaque:%lld", opaque);
Review comment:
remove no need spaces?
----------------------------------------------------------------
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