the heartbeat reply ledgerupdate is ok
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "../rocketmq/CPushConsumer.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
/*添加测试函数lnk10-10*/
|
||||
void producer_send0();
|
||||
@@ -42,7 +42,7 @@ struct Subscription {
|
||||
MessageCallBack callback;
|
||||
|
||||
Subscription(const std::string& t, const std::string& tg, MessageCallBack cb)
|
||||
: topic(t), tag(tg), callback(cb) {}
|
||||
: topic(t), tag(tg), callback(cb) {std::cout << "Subscription topic: " << topic << std::endl;}
|
||||
};
|
||||
|
||||
void rocketmq_consumer_receive(
|
||||
|
||||
Reference in New Issue
Block a user