测试内存泄露问题

This commit is contained in:
junleea 2025-03-10 15:15:46 +08:00
parent fd4e0c0495
commit 8ceea2bb55
1 changed files with 1 additions and 1 deletions

View File

@ -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) {