Files
bl/common/utils
昔念 2744f72eb2 ```
refactor(socket): 使用fmt.Println替换Logger.Error处理panic

修复socket连接关闭和流量处理中的panic恢复机制,
使用fmt.Println直接打印错误信息替代原有的Logger组件。

---

refactor(timer): 移除ants协程池依赖并优化错误处理

移除timer模块中对ants协程池的依赖,改用原生goroutine,
添加panic恢复机制确保任务执行的稳定性。

---

feat(player): 移除CountPlayer函数

删除玩家服务中统计在线玩家数量的功能函数,
该功能不再需要由专门函数提供。

---

refactor(space): 移除协程池优化广播逻辑

移除空间服务中对ants协程池的依赖,简化广播逻辑,
将用户循环遍历操作改为同步执行以提升性能。
```
2026-01-29 01:55:13 +08:00
..
```
2025-12-15 14:26:24 +08:00
```
2026-01-29 01:55:13 +08:00
```
2025-12-15 14:26:24 +08:00
2025-11-16 20:30:17 +00:00
```
2026-01-19 18:51:56 +08:00
```
2026-01-08 23:57:22 +08:00
2025-10-03 20:20:17 +08:00
```
2026-01-08 05:15:10 +08:00
```
2025-11-20 21:37:37 +08:00
```
2026-01-29 01:13:32 +08:00
```
2025-11-15 15:22:58 +08:00
```
2026-01-28 23:28:25 +08:00
```
2025-11-25 16:36:55 +08:00
2026-01-23 14:59:15 +00:00
```
2025-12-26 20:38:08 +08:00