frostfs-sdk-go/api/rpc
Dmitrii Stepanov 56892e48ac
[#334] 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 16:06:11 +03:00
..
client [#334] rpc: Use DeadlineExceeded error when creating stream failed by timeout 2025-02-17 16:06:11 +03:00
common [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
grpc [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
message [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
accounting.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
apemanager.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
common.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
container.go [#291] container: Add ListStream to api 2024-12-10 12:05:56 +03:00
netmap.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
object.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
session.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
tree.go [#185] Implement rpc/client for tree service 2024-11-29 15:23:14 +03:00