package
0.0.0-20240213135828-086ec3560108
Repository: https://github.com/ghouscht/grpc-retry-mechanisms-with-go.git
Documentation: pkg.go.dev

# README

4-streaming-rpc-retry

Server is unchanged we still use the one from example 3. However, the client was changed to implement a retry of the streaming RPC. You can see in the code that even with a simple example like this, the code gets quite complex.