netbird icon indicating copy to clipboard operation
netbird copied to clipboard

Simplify signal gRpc client

Open braginini opened this issue 4 years ago • 0 comments

Instead of using sync groups to wait until stream is connected or retry mechanisms try using with grpc.WaitForReady(true)

See examples: https://github.com/grpc/grpc-go/blob/master/examples/features/wait_for_ready/main.go

https://github.com/grpc/grpc-go/blob/master/examples/features/retry/client/main.go

braginini avatar Jul 20 '21 12:07 braginini