
client = luban::demo::RCCClient();
client.port = 9501;
client.host="localhost";
r=client(compname="luban::demo::simpleadder", ins={"op1":1, "op2":2}, outs="result");
std::println(obj=r.results);
