内存泄漏解决测试
This commit is contained in:
parent
c0219ce83c
commit
bf6546069b
|
|
@ -214,6 +214,7 @@ func subscribeAndHandleMessagesV3(ws *websocket.Conn, device_id int) {
|
|||
//定时器,发送计数器
|
||||
t_count := 0
|
||||
t := 0
|
||||
log.Printf("device:%d send frame count:%d,img is closed", device_id, count)
|
||||
//计算帧率
|
||||
for {
|
||||
//从service获取当前帧
|
||||
|
|
|
|||
Loading…
Reference in New Issue