ktr0731 / grpc-web-go-client

gRPC-Web client written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evans installing fails because of grpc-web-go-client

saboyutaka opened this issue · comments

When I tried to install evans, I got this message.

~ # go get github.com/ktr0731/evans
# github.com/ktr0731/grpc-web-go-client/grpcweb/grpcweb_reflection_v1alpha
/go/src/github.com/ktr0731/grpc-web-go-client/grpcweb/grpcweb_reflection_v1alpha/reflection.go:31:30: multiple-value c.cc.BidiStreaming() in single-value context

You changed client.BidiStreaming couple days ago
46586e1#diff-7e67c0929808c88b228892ce33bcc737R289

But here, still get single return variable.

Don't you forget update this?

commented

Thank you for submitting this issue. (And I'm sorry, I couldn't notice that the issue was sent...)
This problem has been fixed past PR.