forked from TrueCloudLab/frostfs-api-go
3a91383f24
In previous implementation `Client` passed `context.Background()` to `grpc.DialContext` function. This didn't allow to abort dial stage by the given context. Base dial context on the one provided with `WithContext` option. Fall back to using `context.Background` if context is not specified. 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 |