This commit is contained in:
aozhiwei 2019-06-03 15:06:03 +08:00
parent 9c2a3520f5
commit e02169b042

View File

@ -119,6 +119,7 @@ namespace a8
if(socket_ == -1){ if(socket_ == -1){
return; return;
} }
#if 0
if (!work_node_) { if (!work_node_) {
send_buffer_mutex_.lock(); send_buffer_mutex_.lock();
work_node_ = top_node_; work_node_ = top_node_;
@ -129,6 +130,7 @@ namespace a8
if (work_node_) { if (work_node_) {
AsyncSend(); AsyncSend();
} }
#endif
} }
void TcpClient2::DoDisConnect() void TcpClient2::DoDisConnect()