Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

v0.1.15 更新(可能是最后版本)

Compare
Choose a tag to compare
@eric2788 eric2788 released this 27 Feb 01:07
· 4 commits to master since this release
  • 修复监控直播间过多时因使用 Mutex Lock 不稳定导致 deadlock 从而出现 goroutine leaks 的问题 (已改用go channel, 监控 5000+直播间 内存长期稳定在 700MB 左右)
  • 优化订阅过期机制,并修复偶尔在ws连接了的情况下依然会自动被清空所有订阅的问题
  • 新增log文件,需要设置环境参数 ENABLE_LOG_FILE=true
  • 优化部分代码

Full Changelog: v0.1.14...v0.1.15