提交 0c2c96ea authored 作者: blu's avatar blu

init

上级 23ef37eb
......@@ -494,7 +494,6 @@ private:
protected:
void run()
{
cout << endl << "in run" << endl;
bool bStopSig = false;
int ret = 0;
int idx = 0;
......@@ -516,9 +515,7 @@ protected:
// business logic
int ret =zmq_msg_init(&msg);
cout << "ck1" <<endl;
ret = zmq_recvmsg(pSub, &msg, 0);
cout << "ck2" << endl;
if(ret < 0) {
spdlog::error("failed to recv zmq msg: {}", zmq_strerror(ret));
continue;
......@@ -564,7 +561,6 @@ public:
setupMq();
getInputFormat();
setupStream();
cout << "exit ctor" << endl;
};
~EvMLMotion() {
if(pSub != NULL) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论