working commit
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ public:
|
||||
std::expected<void, std::string> TestRPCHandler::Handle(std::string& rawReq, std::string& rawRes) {
|
||||
control::HelloRequest pbReq;
|
||||
pbReq.ParseFromString(rawReq);
|
||||
logger.Log(std::format("rpcName: {}", pbReq.meta().rpcname()));
|
||||
logger.Log(std::format("rpcName: {}", pbReq.meta().kind()));
|
||||
logger.Log(std::format("req message: {}", pbReq.message()));
|
||||
|
||||
control::HelloResult pbRes;
|
||||
|
||||
Reference in New Issue
Block a user