Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc.WithWaitForHandshake not found #3282

Closed
bondhan opened this issue Dec 25, 2019 · 1 comment
Closed

grpc.WithWaitForHandshake not found #3282

bondhan opened this issue Dec 25, 2019 · 1 comment

Comments

@bondhan
Copy link

bondhan commented Dec 25, 2019

Hello,

When I run my main.go I got this error:

# google.golang.org/api/transport/grpc
../../../google.golang.org/api/transport/grpc/dial.go:64:3: undefined: grpc.WithWaitForHandshake

Deleting the folder ~/go/src/google.golang.org/grpc and updating go get -v did not solve the problem. Any ideas?

Why there is google.golang.org/grpc and github.com/grpc-go in go src folder? any help please?

@menghanl
Copy link
Contributor

grpc.WithWaitForHandshake was removed in #2904, as tracked in #2406.

Please try to update google.golang.org/api. Or find what version of gRPC to use with it.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants