History log of /recipes/protorpc/muduo/rpc/test/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a6e419c7 10-Sep-2011 Shuo Chen <chenshuo@chenshuo.com>

fix memory leak of protorpc RpcChannel.outstanding

b5a588df 31-Aug-2011 Shuo Chen <chenshuo@chenshuo.com>

Add simple benchmark echo service.
Fixed bug of setting rpc channel twice in RpcClient.
Implemented BlockingRpcChannel.

420c9859 26-Aug-2011 Shuo Chen <chenshuo@chenshuo.com>

add a toy rpc based on netty and protobuf.