|
@@ -728,6 +728,7 @@ public class LiveRoomServiceImpl extends ServiceImpl<LiveRoomDao, LiveRoom> impl
|
|
|
} catch (Exception e) {
|
|
|
log.error("destroyLiveRoom>>>> FORCED_OFFLINE {}", e.getMessage());
|
|
|
}
|
|
|
+ tryDestroyLiveRoom(room);
|
|
|
|
|
|
Date now = new Date();
|
|
|
//删除人员与房间关联关系缓存的方法
|
|
@@ -765,7 +766,6 @@ public class LiveRoomServiceImpl extends ServiceImpl<LiveRoomDao, LiveRoom> impl
|
|
|
//删除该临时直播间列表
|
|
|
RMap<Long, String> map = redissonClient.getMap(TEACHER_TEMP_LIVE_ROOM);
|
|
|
map.remove(room.getSpeakerId());
|
|
|
- tryDestroyLiveRoom(room);
|
|
|
}
|
|
|
|
|
|
/**
|