[td-1637].

This commit is contained in:
Haojun Liao 2020-10-14 23:47:36 +08:00
parent 83a1d5e54e
commit db951b38f3
1 changed files with 2 additions and 0 deletions

View File

@ -763,6 +763,8 @@ void taos_stop_query(TAOS_RES *res) {
rpcCancelRequest(pSql->pRpcCtx);
pSql->pRpcCtx = NULL;
}
tscQueueAsyncRes(pSql);
}
}