Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#419] rpc/client: Block until client connection is up
In previous implementation `Client` didn't block until the connection is up on dial stage. This caused the dial timeout to have no effect. Provide `WithBlock` dial option to `DialContext` call in `openGRPCConn` method. From now `Client` blocks for configured timeout until the connection is up. Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
- Loading branch information