We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67ae9c5 + 23134ae commit ff8a8feCopy full SHA for ff8a8fe
HISTORY.md
@@ -1,5 +1,11 @@
1
## 📜 历史版本的特性介绍
2
3
+### v0.4.3
4
+
5
+> 此版本发布于 2025-12-30
6
7
+* 修复 Close 中 release 失败 active 没更新的问题
8
9
### v0.4.2
10
11
> 此版本发布于 2025-12-28
pool.go
@@ -243,6 +243,8 @@ func (p *Pool[Resource]) releaseAll(ctx context.Context) error {
243
if err := p.release(ctx, resource); err != nil {
244
return err
245
}
246
247
+ p.active--
248
default:
249
return nil
250
0 commit comments