frostfs-api-go/rpc/client
Leonard Lyubich 2b89b7e798 [#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>
2022-10-05 13:35:43 +04:00
..
call_options.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
client.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
conn.go [#196] rpc/client: Implement Client.Conn method 2021-05-31 10:13:00 +03:00
connect.go [#419] rpc/client: Block until client connection is up 2022-10-05 13:35:43 +04:00
flows.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
init.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
options.go [#383] rpc/client: Export URI-parsing function 2022-03-10 19:16:42 +03:00
options_test.go [#290] client: Add WithURIAddress option 2021-06-02 15:55:20 +03:00