Commit 5462d7b5 authored by wangxuefeng's avatar wangxuefeng

Update thrift example

parent c00718bf
......@@ -73,7 +73,7 @@ int main(int argc, char* argv[]) {
req.raw().data = "hello";
//cntl.set_thrift_method_name("Echo");
cntl.set_thrift_method_name("Echo");
channel.CallMethod(NULL, &cntl, &req, &res, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment