// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include using namespace std; using frtstream::FrtClientStream; using frtstream::Method; using frtstream::InvokationException; const string connectionSpec = "tcp/test-tonyv:9997"; class TestApp : public FastOS_Application { public: int Main() { FrtClientStream s(connectionSpec); try { s <> res; cout <<"Result = " <