tcpTest continued
This commit is contained in:
@ -62,7 +62,8 @@ void tcpTestHandler(void *handle) {
|
|||||||
coloredMsg(LOG_YELLOW, "tth, connection is established");
|
coloredMsg(LOG_YELLOW, "tth, connection is established");
|
||||||
state = 255;
|
state = 255;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case 255:
|
case 255:
|
||||||
coloredMsg(LOG_YELLOW, "tth, error state, will stop here");
|
coloredMsg(LOG_YELLOW, "tth, error state, will stop here");
|
||||||
schDel(tcpTestHandler, NULL);
|
schDel(tcpTestHandler, NULL);
|
||||||
|
Reference in New Issue
Block a user