1
This commit is contained in:
@@ -34,7 +34,6 @@ func ListenTcp() {
|
|||||||
t := NewTcpClient()
|
t := NewTcpClient()
|
||||||
if err := t.handleConn(c); err != nil {
|
if err := t.handleConn(c); err != nil {
|
||||||
t = nil
|
t = nil
|
||||||
l.Close()
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|||||||
Reference in New Issue
Block a user