fix(stream): continue process when met with trans-state msg.
This commit is contained in:
parent
0acb00c516
commit
71c3c710e6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue