Back to Practical Aspnetcore

gRPC Client/Server bidirectional Streaming

projects/grpc/grpc-4/README.md

latest302 B
Original Source

gRPC Client/Server bidirectional Streaming

This is a sample of gRPC bidirectional Streaming. In this case the client is sending a ping with a delay timing that increment by one second for every server's pong.

This interaction will run virtually forever.