frostfs-sdk-go/api/rpc/client
Airat Arifullin cbc59f82fb
All checks were successful
DCO / DCO (pull_request) Successful in 1m17s
Tests and linters / Tests (pull_request) Successful in 1m35s
Tests and linters / Lint (pull_request) Successful in 1m52s
[#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 10:22:50 +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 [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
init.go [#301] rpc: Make client stream initialization get cancelled by dial timeout 2024-12-06 10:22:50 +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 [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
util.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00