Pages in Download

Maven Dependency


protobuf-rpc-pro is available via the maven central repository http://repo1.maven.org/maven2. The demo examples are available under the artifactId “protocol-rpc-pro-demo”. <dependency> <groupId>com.googlecode.protobuf-rpc-pro</groupId> <artifactId>protobuf-rpc-pro-duplex</artifactId> <version>3.3.4</version> <type>jar</type> </dependency>

Release Notes


What changes are made from release to release. Check SVN history for more details. 3.3.4 #49 StackOverflowError DuplexTcpClientPipelineFactory.peerWith #48 WatchdogThread is not renamed to a readable thread name #46 CleanShutdownHandler leaves shutdown hook registered when shutdown explicitly Upgrade to Netty 4.0.33.Final 3.3.3 #45 RpcClientChannel support “attributes” on initial connection (peerWith) #44 CleanShutdownHandler explicit shutdown leaves non daemon threads hanging which prohibit later JVM shutdown. 3.3.2 #37 CleanShutdownHandler to support shutdown on demand.