fix(stream): continue process when met with trans-state msg.

This commit is contained in:
Haojun Liao 2023-08-15 14:23:20 +08:00
parent 0acb00c516
commit 71c3c710e6
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ int32_t streamExecForAll(SStreamTask* pTask) {
if (pInput->type == STREAM_INPUT__TRANS_STATE) {
streamProcessTranstateBlock(pTask, (SStreamDataBlock*)pInput);
return 0;
continue;
}
if (pTask->info.taskLevel == TASK_LEVEL__SINK) {