提交 317a7c83 编写于 作者: H Haojun Liao

fix(stream): fix message lost bug during pause stream.

上级 c24a7f64
......@@ -381,12 +381,12 @@ int32_t streamExecForAll(SStreamTask* pTask) {
}
}
if (streamTaskShouldStop(&pTask->status)) {
if (pInput) {
streamFreeQitem(pInput);
}
return 0;
}
// if (streamTaskShouldStop(&pTask->status)) {
// if (pInput) {
// streamFreeQitem(pInput);
// }
// return 0;
// }
if (pInput == NULL) {
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册