add example RPC server/client

This commit is contained in:
Michael Davidsaver
2020-08-18 13:00:44 -07:00
parent ba44131704
commit 0b6dcde043
7 changed files with 151 additions and 3 deletions
+2
View File
@@ -109,4 +109,6 @@ int main(int argc, char* argv[])
std::cout<<"Result is:\n"<<result<<std::endl;
}
return 0;
}