frostfs-sdk-go/api/rpc/client
Dmitrii Stepanov 81bc841ba3
All checks were successful
DCO / DCO (pull_request) Successful in 29s
Code generation / Generate proto (pull_request) Successful in 36s
Tests and linters / Tests (pull_request) Successful in 48s
Tests and linters / Lint (pull_request) Successful in 1m35s
[#9999] rpc: Use DeadlineExceeded error when creating stream failed by timeout
According to https://pkg.go.dev/context#pkg-variables, ContextCancelled
should be returned when the context is canceled for some reason other
than its deadline passing. So creating gRPC stream with dial timeout fits
better for context.DeadlineExceeded.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2025-02-17 15:55:30 +03:00
..
call_options.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
client.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
conn.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
connect.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
flows.go [#327] rpc: Fix mem leak 2025-01-30 12:53:43 +03:00
init.go [#9999] rpc: Use DeadlineExceeded error when creating stream failed by timeout 2025-02-17 15:55:30 +03:00
options.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
options_test.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
stream_wrapper.go [#327] rpc: Fix mem leak 2025-01-30 12:53:43 +03:00
util.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00