优化网络

This commit is contained in:
duanhf2012
2020-02-03 11:16:12 +08:00
parent 892fd26c5a
commit 8b909c4194
4 changed files with 30 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ func (slf *TcpSocketClient) Connect(addr string) error{
}
slf.conn = conn
//
return nil
}