This commit is contained in:
tangzh 2025-07-21 16:52:03 +08:00
parent 17e53e8512
commit 11d429148f

View File

@ -65,6 +65,7 @@ public class WebSocketVueServiceImpl extends WebSocketService {
req.setTopic(WebSocketConfig.TOPIC_PREFIX + "/" + MethodEnum.request + "/" + deviceSn);
req.setData(data);
sendThirdPartyMessage(JSON.toJSONString(req));
videoUser.remove(deviceSn);
}
}
}