We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ee154 commit 253ceb6Copy full SHA for 253ceb6
common/zmqserver.cpp
@@ -15,8 +15,8 @@ ZmqServer::ZmqServer(const std::string& endpoint)
15
: m_endpoint(endpoint)
16
{
17
m_buffer.resize(MQ_RESPONSE_MAX_COUNT);
18
- m_mqPollThread = std::make_shared<std::thread>(&ZmqServer::mqPollThread, this);
19
m_runThread = true;
+ m_mqPollThread = std::make_shared<std::thread>(&ZmqServer::mqPollThread, this);
20
21
SWSS_LOG_DEBUG("ZmqServer ctor endpoint: %s", endpoint.c_str());
22
}
0 commit comments