提交 dc647c7b authored 作者: blu's avatar blu

init

上级 ed3f32a9
...@@ -155,7 +155,7 @@ private: ...@@ -155,7 +155,7 @@ private:
spdlog::error(e.what()); spdlog::error(e.what());
} }
if(bcnt) { if(bcnt) {
this_thread::sleep_for(chrono::milliseconds(1000*10)); this_thread::sleep_for(chrono::milliseconds(1000*20));
continue; continue;
} }
...@@ -174,7 +174,7 @@ private: ...@@ -174,7 +174,7 @@ private:
int rc = zmq_bind(pPub, urlPub.c_str()); int rc = zmq_bind(pPub, urlPub.c_str());
if(rc != 0) { if(rc != 0) {
spdlog::error("failed create pub: {}, {}", zmq_strerror(rc), urlPub.c_str()); spdlog::error("failed create pub: {}, {}", zmq_strerror(rc), urlPub.c_str());
this_thread::sleep_for(chrono::milliseconds(100*10)); this_thread::sleep_for(chrono::milliseconds(1000*20));
return -1; return -1;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论