diff --git a/src/message_bus/pipeline/PipelineEngine.cpp b/src/message_bus/pipeline/PipelineEngine.cpp index 61904e0..3c95fc0 100644 --- a/src/message_bus/pipeline/PipelineEngine.cpp +++ b/src/message_bus/pipeline/PipelineEngine.cpp @@ -470,9 +470,9 @@ bool PipelineEngine::runStages234(PipelineContext& ctx) } else { LOG_INFO() << "the protocol text is" << QStringLiteral("ProtocolEnvelopePdu::monostate"); } - - m_count++; - LOG_INFO() << "the count of command is" << m_count; + // @TODO 以后需要测试是否丢包和解析延迟 + // m_count++; + // LOG_INFO() << "the count of command is" << m_count; if (!stage3Filter(ctx)) { return false;