增加重连

This commit is contained in:
qiyunfanbo126.com 2025-01-22 17:51:01 +08:00
parent 4ba52c9de1
commit 485be7cc62
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ func (t *TcpHelper) watch(conn net.Conn) {
} else if recvStr == "2" {
fmt.Println("客户端空闲")
atomic.StoreInt32(t.Full, 0)
} else if recvStr == "6" {
fmt.Println("客户端心跳")
atomic.StoreInt32(t.Full, 0)
}
} else {
atomic.StoreInt32(t.Full, 1)