diff --git a/src/client/src/tscSql.c b/src/client/src/tscSql.c index e7369e002b5de1a3df02285e2b8862fbb09633a8..2108b7fd06575d5adca2ce71521c40dcbb55d389 100644 --- a/src/client/src/tscSql.c +++ b/src/client/src/tscSql.c @@ -763,6 +763,8 @@ void taos_stop_query(TAOS_RES *res) { rpcCancelRequest(pSql->pRpcCtx); pSql->pRpcCtx = NULL; } + + tscQueueAsyncRes(pSql); } }