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?