fix: subtask dead loop issue
This commit is contained in:
parent
6fa1aae0c1
commit
14f3270a76
|
@ -824,6 +824,7 @@ int32_t qwProcessCQuery(QW_FPARAMS_DEF, SQWMsg *qwMsg) {
|
|||
break;
|
||||
}
|
||||
QW_UNLOCK(QW_WRITE, &ctx->lock);
|
||||
queryStop = false;
|
||||
} while (true);
|
||||
|
||||
input.code = code;
|
||||
|
|
Loading…
Reference in New Issue