Im running OS X 10.15.3 with grpc installed via homebrew which gives grpc
version v1.2.6 and protofub v3.11.2
RpcMethod(*const* *char** name, RpcType type,
*const* std::shared_ptr<ChannelInterface>& channel)
: name_(name),
method_type_(type),
channel_tag_(channel->RegisterMethod(name)) {}
and "channel->RegisterMethod" is an invalid address of 0x0
If I roll back protobuf to version 3.8.0 it works as expected.
Anyone seen this before?
--
You received this message because you are subscribed to the Google Groups
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/04e631b4-dbc1-428d-90a0-2e8ce7330283%40googlegroups.com.