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> |
||
---|---|---|
.. | ||
client | ||
common | ||
grpc | ||
message | ||
accounting.go | ||
common.go | ||
container.go | ||
netmap.go | ||
object.go | ||
reputation.go | ||
session.go |