frostfs-sdk-go/api/rpc
Airat Arifullin a5a399f748
All checks were successful
DCO / DCO (pull_request) Successful in 1m22s
Tests and linters / Tests (pull_request) Successful in 1m39s
Tests and linters / Lint (pull_request) Successful in 1m56s
[#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-05 17:08:36 +03:00
..
client [#301] rpc: Make client stream initialization get cancelled by dial timeout 2024-12-05 17:08:36 +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 [#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