frostfs-api-go/rpc
Airat Arifullin cdf6f3381c [#128] 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-13 15:40:02 +03:00
..
client [#128] rpc: Make client stream initialization get cancelled by dial timeout 2024-12-13 15:40:02 +03:00
common Rename package name 2023-03-07 13:42:36 +03:00
grpc [#28] Replace interface{} with any 2023-05-15 17:25:04 +03:00
message [#49] message/test: Add test for zero-alloc StableSize() 2023-07-26 18:32:17 +03:00
accounting.go Rename package name 2023-03-07 13:42:36 +03:00
apemanager.go [#81] rpc: Fix apemanager rpc service name 2024-05-06 14:46:54 +03:00
common.go [#81] rpc: Fix apemanager rpc service name 2024-05-06 14:46:54 +03:00
container.go [#95] *: Regenerate proto files 2024-07-26 10:24:25 +03:00
netmap.go Rename package name 2023-03-07 13:42:36 +03:00
object.go [#45] api-go: Add PutSingle RPC call 2023-07-04 12:27:42 +03:00
session.go Rename package name 2023-03-07 13:42:36 +03:00