使用v3获取当前帧
This commit is contained in:
parent
b155ce2c1d
commit
90e64920c7
|
|
@ -242,6 +242,10 @@ func subscribeAndHandleMessagesV3(ws *websocket.Conn, device_id int) {
|
|||
break
|
||||
}
|
||||
c = count
|
||||
err5 := img.Close()
|
||||
if err5 != nil {
|
||||
log.Printf("img close err:%v", err)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
//每秒发送一次心跳检测
|
||||
|
|
|
|||
Loading…
Reference in New Issue