Aether
Aether
考虑修复一下或者增加新任务 TCP粘包任务仓库 https://github.com/xiyou-linuxer/NetWork
## About this PR and draft status This PR introduces `TriClientPool`, which is used to reuse `tri.Client` in the Triple scenario, reducing the overhead of client creation and initialization, and...
### ✅ 验证清单 - [x] 🔍 我已经搜索过 [现有 Issues](https://github.com/apache/dubbo-go/issues),确信这不是重复请求 - [x] 📋 我已经查看了 [发布说明](https://github.com/apache/dubbo-go/releases),确信此功能尚未实现 ### 🎯 功能描述 为 Triple 协议客户端实现一个可复用的 TriClientPool,减少 tri.Client 的重复创建开销,提高高并发场景下的性能与资源利用效率。 以达到: 复用 tri.Client 资源,减少重复构造带来的 CPU 与连接消耗。 限制最大...