1
This commit is contained in:
parent
f9222e376f
commit
6e5c873aec
@ -119,9 +119,7 @@ namespace a8
|
||||
void TcpClient2::DoSend()
|
||||
{
|
||||
if (!connected_) {
|
||||
if (on_connect) {
|
||||
on_connect(this);
|
||||
}
|
||||
DoConnect();
|
||||
}
|
||||
if(socket_ == -1){
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user