This commit is contained in:
aozhiwei 2019-05-29 15:50:38 +08:00
parent 0ae4192e3a
commit b2d8c32b70

View File

@ -170,6 +170,7 @@ namespace a8
socket_handle = 0;
recv_bufflen_ = 0;
is_activite = false;
sending_ = false;
}
void TcpSession::Destory()
@ -338,7 +339,6 @@ namespace a8
if (err_code == EAGAIN || err_code == EWOULDBLOCK) {
break;
} else {
abort();
Close();
break;
}