Skip to content

Refactor grpcRetry into a class

Frank Kolarek requested to merge (removed):grpc-retry-in-struct into master

In the effort to reduce free functions in our codebase, we create a struct to house such free functions and simply make them static.

Edited by Frank Kolarek

Merge request reports