frostfs-api-go/rpc
Evgenii Stratonikov e8e09f0d00 [#393] rpc/grpc: Use NewTimer instead of time.After
From the docs of `time.After`:
```
The underlying Timer is not recovered by the garbage collector until the timer fires.
```
We have 1 minute default timeout, which is pretty long given that most
of the time we exchange small messages.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-04-21 15:11:57 +03:00
..
client [#383] rpc/client: Export URI-parsing function 2022-03-10 19:16:42 +03:00
common Add v2 version to go module name 2021-11-17 15:29:33 +03:00
grpc [#393] rpc/grpc: Use NewTimer instead of time.After 2022-04-21 15:11:57 +03:00
message Add v2 version to go module name 2021-11-17 15:29:33 +03:00
accounting.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
common.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
container.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
netmap.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
object.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
reputation.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
session.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00