Browse Source

update zinx client example

master
huchenyang 3 years ago
parent
commit
60cba9f783
  1. 2
      examples/zinx_client/main.go

2
examples/zinx_client/main.go

@ -56,7 +56,7 @@ func main() {
return return
} }
// fmt.Println("==> Test Router:[Ping] Recv Msg: ID=", msg.Id ", len=", msg.DataLen, ", data=", string(msg.Data))
fmt.Println("==> Test Router:[Ping] Recv Msg: ID=", msg.ID, ", len=", msg.DataLen, ", data=", string(msg.Data))
} }
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)

Loading…
Cancel
Save