diff --git a/src/client/src/tscSql.c b/src/client/src/tscSql.c index e7369e002b..2108b7fd06 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); } }