From 0906fce8cffd3b240c0dfc68d7e48471e5e3c7df Mon Sep 17 00:00:00 2001 From: lijun Date: Sat, 18 Jan 2025 20:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=88=86=E7=A6=BB=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E4=BF=AE=E6=94=B9=E8=A7=86=E9=A2=91=E6=B5=81?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=96=B9=E5=BC=8F,=E4=BD=BF=E7=94=A8redis?= =?UTF-8?q?=E5=AD=98=E6=98=AF=E5=90=A6=E5=9C=A8=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 2d0c4ed..9765019 100644 --- a/main.go +++ b/main.go @@ -80,7 +80,6 @@ func init() { service.DeviceCurrentFrameMap.Store(device.ID, gocv.NewMat()) service.DeviceFrameCount[device.ID] = 0 service.DeviceIsGettingFrame.Store(device.ID, false) - worker.SetRedis(fmt.Sprintf("device_%d_is_getting", device.ID), "false") } }