liushidefeng / protobuf-rpc-pro

Automatically exported from code.google.com/p/protobuf-rpc-pro
0 stars 0 forks source link

Out-of-band examples #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not so much a *feature* request, but a documentation request: there are no 
examples under 
trunk/protobuf-rpc-pro-demo/src/main/java/com/googlecode/protobuf/pro/duplex/exa
mple/oob/ and the wiki only mentions out-of-band replies but doesn't show how 
they can be used.

Original issue reported on code.google.com by alexey.v...@gmail.com on 11 Sep 2012 at 8:55

GoogleCodeExporter commented 9 years ago
yes, i do agree that this documentation is necessary. I will make the docu in 
the next release. Thanks for the reminder:).

Original comment by pjklauser@gmail.com on 11 Sep 2012 at 7:24

GoogleCodeExporter commented 9 years ago
The demo examples use "StatusServer" and "StatusClient" to illustrate 
OobMessages ( one way messages with no correlation to RPC calls ).

Also the OobResponse functionality is demo'd with sending PercentComplete 
responses to ongoing calls in the DuplexPingPongServer/DuplexPingPongClient 
demo.

starting with version 3.0.0 just released.

Original comment by pjklauser@gmail.com on 26 Nov 2012 at 10:50

GoogleCodeExporter commented 9 years ago

Original comment by pjklauser@gmail.com on 26 Nov 2012 at 10:52