This commit is contained in:
邹宗楠
2022-11-04 14:45:51 +08:00
parent dc55a9e747
commit 6fdec929f5

View File

@@ -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