1
This commit is contained in:
@@ -34,6 +34,7 @@ func ListenTcp() {
|
||||
}
|
||||
|
||||
func (t *TcpClient) handleConn(c net.Conn) {
|
||||
globals.SugarLogger.Debugf("conn time %v", time.Now())
|
||||
if c == nil {
|
||||
globals.SugarLogger.Debugf("conn is nil")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user