aa
This commit is contained in:
@@ -3,6 +3,7 @@ package event
|
||||
import (
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
@@ -74,6 +75,7 @@ func handleConn(c net.Conn) {
|
||||
globals.SugarLogger.Debugf("conn is nil")
|
||||
return
|
||||
}
|
||||
globals.SugarLogger.Debugf("handleConn map: [%v]", utils.Format4Output(tcpClient.Clients, false))
|
||||
defer c.Close()
|
||||
buffer := make([]byte, 1024)
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user