From aa898671debdf81178a06a1dfce5f241ca172f22 Mon Sep 17 00:00:00 2001 From: lijun Date: Thu, 16 Jan 2025 00:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA=EF=BC=8C?= =?UTF-8?q?=E7=A9=BA=E6=8C=87=E9=92=88=E5=AF=BC=E8=87=B4=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=87=BA=E9=94=99-=E6=B5=8B=E8=AF=95=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/tool.go | 1 - 1 file changed, 1 deletion(-) diff --git a/handler/tool.go b/handler/tool.go index 9fc83f5..7197e7a 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -165,7 +165,6 @@ func subscribeAndHandleMessagesV3(ws *websocket.Conn, device_id int) { for { //从service获取当前帧 img, c := service.GetDeviceCurrentFrame(device_id) - c = count if c != count { //将img转[]byte if img.Empty() {