jonnxu commented on a change in pull request #65: Realization C asynSend
URL: https://github.com/apache/rocketmq-client-cpp/pull/65#discussion_r246979211
##########
File path: src/extern/CProducer.cpp
##########
@@ -62,10 +66,11 @@ class CSendCallback : public SendCallback{
m_cSendSuccessCallback(result);
}
- virtual void onException(MQException& e) {
- cout << "send Exception\n";
- }
-public:
+ virtual void onException(MQException& e) {
Review comment:
please format the alignment
----------------------------------------------------------------
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