Skip to content

Commit 83ae145

Browse files
authored
Update internal/query/client.go
1 parent 2cda4c0 commit 83ae145

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/query/client.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ func (c *Client) Close(ctx context.Context) error {
202202
return xerrors.WithStackTrace(err)
203203
}
204204

205+
if err := c.implicitSessionPool.Close(ctx); err != nil {
206+
return xerrors.WithStackTrace(err)
207+
}
208+
205209
return nil
206210
}
207211

0 commit comments

Comments
 (0)