We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34be358 commit 5f80ea4Copy full SHA for 5f80ea4
UserTools/MonitorReceive/MonitorReceive.cpp
@@ -51,7 +51,7 @@ bool MonitorReceive::Execute(){
51
m_data->CStore.Set("State",State);
52
53
if(sources>0){
54
- zmq::poll(&items[0], 1, 0);
+ zmq::poll(&items[0], 1, 100);
55
56
if ((items [0].revents & ZMQ_POLLIN)) {
57
// std::cout<<"in poll in"<<std::endl;
0 commit comments