获取当前帧bytes

This commit is contained in:
lijun 2025-01-23 22:43:20 +08:00
parent 2a120d85f4
commit 5f2b5b55f4
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ func subscribeAndHandleMessagesV3(ws *websocket.Conn, deviceId int) {
} }
} }
} }
buf = nil
time.Sleep(100 * time.Millisecond) time.Sleep(100 * time.Millisecond)
tCount++ tCount++
} }