1
This commit is contained in:
parent
9c2a3520f5
commit
e02169b042
@ -119,6 +119,7 @@ namespace a8
|
||||
if(socket_ == -1){
|
||||
return;
|
||||
}
|
||||
#if 0
|
||||
if (!work_node_) {
|
||||
send_buffer_mutex_.lock();
|
||||
work_node_ = top_node_;
|
||||
@ -129,6 +130,7 @@ namespace a8
|
||||
if (work_node_) {
|
||||
AsyncSend();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void TcpClient2::DoDisConnect()
|
||||
|
Loading…
x
Reference in New Issue
Block a user