WIP: client: Pass grpc.CallOption options on dial #287

Closed
a-savchuk wants to merge 3 commits from a-savchuk/frostfs-sdk-go:correct-deadline-with-wait-for-ready into master

3 commits

Author SHA1 Message Date
7404838a83
[#287] client: Fix error handling after dialing
All checks were successful
DCO / DCO (pull_request) Successful in 56s
Tests and linters / Tests (pull_request) Successful in 1m12s
Tests and linters / Lint (pull_request) Successful in 1m29s
Before, when error was presented and neither `Canceled` nor
`DeadlineExceeded`, that method returned no error on failed dial.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-17 11:58:32 +03:00
a8824fed89
[#287] client: Pass grpc.CallOption options on dial
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-16 18:24:44 +03:00
71f9abaf4b
[#287] go.mod: Update api-go
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-16 18:24:37 +03:00