fix(loadbalancer): change pool type from value to pointer

This commit is contained in:
yusing
2026-01-21 23:54:23 +08:00
parent 6d78f14cc7
commit 29036bed18

View File

@@ -33,7 +33,7 @@ type (
task *task.Task
pool pool.Pool[types.LoadBalancerServer]
pool *pool.Pool[types.LoadBalancerServer]
poolMu sync.Mutex
sumWeight int