未验证 提交 8ffcf8af 编写于 作者: H haojun Liao 提交者: GitHub

Merge pull request #5567 from taosdata/hotfix/TD-3464

[TD-3464]fix asyncdemo crash issue
...@@ -163,6 +163,16 @@ int main(int argc, char *argv[]) ...@@ -163,6 +163,16 @@ int main(int argc, char *argv[])
getchar(); getchar();
while(1) {
if (tablesProcessed < numOfTables) {
printf("wait for process finished\n");
sleep(1);
continue;
}
break;
}
taos_close(taos); taos_close(taos);
free(tableList); free(tableList);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册