Compare commits

..

1 Commits

Author SHA1 Message Date
6022b1719a add test
Some checks failed
lint / lint (pull_request) Failing after 1m14s
test / test (pull_request) Successful in 3m40s
2024-12-19 23:34:52 +03:00

View File

@@ -130,7 +130,7 @@ func (p *ConnPool) Get(ctx context.Context, addr string, opts ...grpc.DialOption
}
p.Unlock()
// nolint (TODO need fix) create new conn)
// create new conn)
cc, err := grpc.DialContext(ctx, addr, opts...)
if err != nil {
return nil, err