This commit is contained in:
suyl
2021-06-28 17:56:34 +08:00
parent a2081c1384
commit 53623954e7

View File

@@ -60,6 +60,7 @@ func listenTcp() {
fmt.Println("listen error:", err)
return
}
globals.SugarLogger.Debugf("begin listenTcp port 8000......")
for {
c, err := l.Accept()
if err != nil {