fix issue #486
This commit is contained in:
parent
3d23511e93
commit
e10f706c28
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue