Browse Source

优化4-每3秒像正在直播的直播间发送

hgw 3 năm trước cách đây
mục cha
commit
6be147a5ac

+ 3 - 3
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ImLiveBroadcastRoomServiceImpl.java

@@ -676,10 +676,10 @@ public class ImLiveBroadcastRoomServiceImpl extends ServiceImpl<ImLiveBroadcastR
                 //发送消息
                 try {
                     imFeignService.publishRoomMsg(message);
-                    log.info("sendLiveOnlineNum>>>> speakerId  room:{}", JSONObject.toJSONString(message));
+                    log.info("opsRoom>>>> sendLiveOnlineNum>>>> speakerId  room:{}", JSONObject.toJSONString(message));
                 } catch (Exception e) {
-                    log.error("sendLiveOnlineNum>>>>  speakerId error {}", e.getMessage());
-                    log.error("sendLiveOnlineNum>>>>  speakerId sendMessage {} :", JSONObject.toJSONString(message));
+                    log.error("opsRoom>>>> sendLiveOnlineNum>>>>  speakerId error {}", e.getMessage());
+                    log.error("opsRoom>>>> sendLiveOnlineNum>>>>  speakerId sendMessage {} :", JSONObject.toJSONString(message));
                 }
             }
             //从在线人员列表删除该人员