pbRPCpp icon indicating copy to clipboard operation
pbRPCpp copied to clipboard

Simple C++ RPC library based on boost::asio and protobuf.

Results 2 pbRPCpp issues
Sort by recently updated
recently updated
newest added

I ran the test echo server but I am getting an error: "fail to connect to segment localhost" pbRPCpp\src\ShmRpcServer.cpp ``` void ShmRpcServer::Run() { if( ! inQueue_->startCreate(segmentName_ + "-c2s", boost::bind( &ShmRpcServer::messageReceived,...