测试内存泄露问题
This commit is contained in:
parent
fd4e0c0495
commit
8ceea2bb55
|
|
@ -182,7 +182,7 @@ func GetRealTimeImage(c *gin.Context) {
|
|||
log.Printf("device_id:%d is not getting or not exist", deviceIdInt)
|
||||
return
|
||||
}
|
||||
subscribeAndHandleMessagesV5(ws, deviceIdInt)
|
||||
subscribeAndHandleMessagesV6(ws, deviceIdInt)
|
||||
}
|
||||
|
||||
func subscribeAndHandleMessagesV6(ws *websocket.Conn, deviceId int) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue