提交 e10f706c 编写于 作者: S slguan

fix issue #486

上级 3d23511e
......@@ -265,7 +265,10 @@ void *tscProcessMsgFromServer(char *msg, void *ahandle, void *thandle) {
if (msg == NULL) {
tscTrace("%p no response from ip:0x%x", pSql, pSql->ip);
pSql->index++;
// for single node situation, do NOT try next index
assert(pSql->index == 0);
pSql->thandle = NULL;
// todo taos_stop_query() in async model
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册