forked from TrueCloudLab/frostfs-api-go
2b89b7e798
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> |
||
---|---|---|
.. | ||
call_options.go | ||
client.go | ||
conn.go | ||
connect.go | ||
flows.go | ||
init.go | ||
options.go | ||
options_test.go |