On Tue, Aug 9, 2016 at 5:42 PM, Shraddha Thakkar
wrote:
> I am implementing a gRPC server and client in python. My requirement is
> that the server continuously streams the system data to the client once the
> client establishes a connection, so I have implemented a server streaming
> (response s
Hi,
I am implementing a gRPC server and client in python. My requirement is
that the server continuously streams the system data to the client once the
client establishes a connection, so I have implemented a server streaming
(response streaming ) RPC call for this requirement.
The remaining RP