fix
This commit is contained in:
parent
e0169d98b7
commit
911ca91800
@ -81,7 +81,7 @@ func ConsumeCancelUnityChanMessage(conn *net.UDPConn) {
|
||||
d, _ := json.Marshal(data)
|
||||
_, err := conn.Write(d)
|
||||
if err != nil {
|
||||
logx.Error("发送udp包通知Unity失败:", err)
|
||||
//logx.Error("发送udp包通知Unity失败:", err)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user