compiler bug

This commit is contained in:
ruanshudong 2020-02-19 22:36:29 +08:00
parent 4e11cfe576
commit 2dfeac0797

View File

@ -355,8 +355,9 @@ int TC_TCPClient::checkSocket()
}
}
}
}
#endif
}
//设置为阻塞模式
_socket.setblock(true);
}