@@ -76,6 +76,7 @@ void CMqttClientWorker::Run()
while (m_is_running)
{
//一直循环,一直工作,等待接收消息
+ int a = 1;
}
//代码走到这里,说明退出登录了,要暂停推送了