update: not sure why but I had messed up the code for GetServers in log.proto. It should have been:
rpc GetServers(GetServersRequest) returns (GetServersResponse) {}
I had the stream
keyword added instead.
update: not sure why but I had messed up the code for GetServers in log.proto. It should have been:
rpc GetServers(GetServersRequest) returns (GetServersResponse) {}
I had the stream
keyword added instead.