grpc/grpc-experiments

The Ruby helloworld client and server crash on startup

murgatroid99 opened this issue · 2 comments

In the Ruby helloworld example, both the client and server fail with the error

/usr/local/google/home/mlumish/grpc/src/ruby/lib/grpc/generic/bidi_call.rb:38:in `<class:BidiCall>': uninitialized constant GRPC::Core::CallOps (NameError)

FYI: That's because we have not updated the instructions for how to install gRPC.
We did not build a deb for release 0.6.0, and instead are relying on a new packaging system for developers
That should be published in the next few days, and this bug will be resolved then.

I was actually building against gRPC HEAD, not a deb package.