Merge pull request 'dialopts fix' (#129) from dialoptsfix into v3
Reviewed-on: #129
This commit is contained in:
commit
603b855e2a
3
grpc.go
3
grpc.go
@ -118,6 +118,9 @@ func (g *grpcClient) call(ctx context.Context, addr string, req client.Request,
|
||||
),
|
||||
}
|
||||
|
||||
if opts := g.getGrpcDialOptions(g.opts.Context); opts != nil {
|
||||
grpcDialOptions = append(grpcDialOptions, opts...)
|
||||
}
|
||||
if opts := g.getGrpcDialOptions(opts.Context); opts != nil {
|
||||
grpcDialOptions = append(grpcDialOptions, opts...)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user