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

This commit is contained in:
yusing
2026-01-21 23:54:23 +08:00
parent 262d386a97
commit 6b752059da

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