修改:1.日志记录连接编号 2.查看服务信息修改

git-svn-id: svn://47.119.165.148/zhub@124 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-08-12 03:31:03 +00:00
parent 05e5e41314
commit 15a73136cc
4 changed files with 33 additions and 10 deletions

View File

@@ -345,7 +345,7 @@ func (c *Client) receive() {
continue
case "+": // +pong, +xxx
if strings.EqualFold("+ping", string(v)) {
// c.send("+pong")
c.send("+pong")
}
case "-":
fmt.Println("error:", string(v))