Skip to content

Commit b895142

Browse files
author
Roman Golov
committed
rollback code
1 parent da0f282 commit b895142

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

with.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ func (d *Driver) with(ctx context.Context, opts ...Option) (*Driver, uint64, err
1919
append(
2020
append(
2121
d.opts,
22+
WithBalancer(
23+
d.config.Balancer(),
24+
),
2225
withOnClose(func(child *Driver) {
2326
d.childrenMtx.Lock()
2427
defer d.childrenMtx.Unlock()

0 commit comments

Comments
 (0)