修改:1.日志记录连接编号 2.查看服务信息修改
git-svn-id: svn://47.119.165.148/zhub@124 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user