Compare commits
3 Commits
1b65507fe5
...
v3.11.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 603b855e2a | |||
| f2cfd562c3 | |||
| 781cf3d719 |
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...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user