fix(stream): add return.

This commit is contained in:
Haojun Liao 2024-04-17 10:48:22 +08:00
parent 5ae8b68b17
commit 13e14d0f55
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ int32_t doStreamExecTask(SStreamTask* pTask) {
if (ret == EXEC_AFTER_IDLE) {
ASSERT(pInput == NULL && numOfBlocks == 0);
setTaskSchedInfo(pTask, MIN_INVOKE_INTERVAL);
return 0;
} else {
if (pInput == NULL) {
ASSERT(numOfBlocks == 0);