tianfeng
e36a28cf85
refactor(live): 清理心跳与上麦逻辑中的死代码和无效依赖
LiveMicGoUpCmdExe:
- 删除遗留的 main 方法和 createAgoraTokenGoUp 死方法(后者每次调用都 new 线程池,有资源泄漏风险)
- handleRoomDailyTask 提前短路:非邀请类型或非房主邀请时直接 return,避免无效 HTTP 调用
- roomMemberDTO 查询后移到确认需要时才执行
UserHeartbeatListener:
- 移除 userProfileClient 无效注入(逻辑已注释)
- 删除 getRoomProfileDto 死方法(上次重构后已无调用)
- 清理 StringUtils/RegexConstant/Profile/ResultResponse/RedisTemplate 等无用 import
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
(cherry picked from commit 6f210e34c83a10721ea5f772f5951ed0547c8e46)
2026-04-08 12:08:57 +08:00
..
2026-03-19 17:26:19 +08:00
2026-03-26 17:44:43 +08:00
2026-03-26 17:44:43 +08:00
2026-04-08 12:08:57 +08:00
2026-03-26 17:44:43 +08:00
2026-04-08 12:08:24 +08:00
2026-04-08 12:07:44 +08:00
2025-07-30 14:54:23 +08:00