frostfs-sdk-go/api/rpc
Airat Arifullin 81c423e709 [#301] rpc: Make client stream initialization get cancelled by dial timeout
* `c.conn` may be already invalidated but the rpc client can't detect this.
  `NewStream` may hang trying to open a stream with invalidated connection.
  Using timer with `dialTimeout` for `NewStream` fixes this problem.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2024-12-06 09:49:44 +00:00
..
client [#301] rpc: Make client stream initialization get cancelled by dial timeout 2024-12-06 09:49:44 +00: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 [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00: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 [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00: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