GitXiaoZe
GitXiaoZe
I have built and installed [proxygen()](https://github.com/facebook/proxygen) and [rsocket-cpp](https://github.com/rsocket/rsocket-cpp). And in order to build fbthrift/thrift/example, I added add_subdirectory(example) to thrift/CMakeLists.txt.: `if(lib_only OR build_all)` `add_subdirectory(lib)` `endif(lib_only OR build_all)` `add_subdirectory(example)` `include(CMakePackageConfigHelpers)` Then I...
I'm a novice. And I write codes as follow: client: ``` class MyCallback : public RequestCallback{ public: explicit MyCallback(){ } private: void requestSent() override { std::cout