From 8c382bbbff466f22cf70e6bbd166e1391916b299 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Mon, 10 Mar 2025 14:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=86=85=E5=AD=98=E6=B3=84?= =?UTF-8?q?=E9=9C=B2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/tool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/tool.go b/handler/tool.go index 6c71e8c..f861093 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -182,7 +182,7 @@ func GetRealTimeImage(c *gin.Context) { log.Printf("device_id:%d is not getting or not exist", deviceIdInt) return } - subscribeAndHandleMessagesV3(ws, deviceIdInt) + subscribeAndHandleMessagesV5(ws, deviceIdInt) } func subscribeAndHandleMessagesV5(ws *websocket.Conn, deviceId int) {