Skip to content

Commit

Permalink
deps: update dependencies for all modules (grpc#7061)
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq authored and arvindbr8 committed Apr 2, 2024
1 parent 4ec8307 commit 5b0c6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/features/orca/client/main.go
Expand Up @@ -44,7 +44,7 @@ func main() {

// Set up a connection to the server. Configure to use our custom LB
// policy which will receive all the ORCA load reports.
conn, err := grpc.Dial(*addr,
conn, err := grpc.NewClient(*addr,
grpc.WithTransportCredentials(insecure.NewCredentials()),
grpc.WithDefaultServiceConfig(`{"loadBalancingConfig": [{"orca_example":{}}]}`),
)
Expand Down

0 comments on commit 5b0c6ee

Please sign in to comment.