Go implementation of FrostFS SDK
 
 
 
Go to file
Alex Vanin 234373f249 [#31] pool: Do not invoke EndpointInfo to find the address
Since we transformed the pool of gRPC connection into the pool of
neofs clients, we don't need to call EndpointInfo to fetch the
address of the node for the beautiful error output.

Moreover it is done incorrectly, because c.CreateSession may return
context.Cancelled error (graceful shutdown). We will reuse the same
context for the EndpointInfo call which will lead to a
timeout freeze.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-09-07 13:54:34 +03:00
logger [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
policy [#26] policy: Update imports 2021-07-28 13:47:27 +03:00
pool [#31] pool: Do not invoke EndpointInfo to find the address 2021-09-07 13:54:34 +03:00
.gitattributes [#3] policy: use ANTLRv4 parser generator 2021-06-15 11:42:14 +03:00
.gitignore Add vendor directory to gitignore 2021-07-07 17:20:36 +03:00
.golangci.yml [nspcc-dev/neofs-node#166] *: Add project files 2021-05-20 23:57:51 +03:00
LICENSE Initial commit 2021-02-25 11:35:04 +03:00
Makefile [nspcc-dev/neofs-node#166] *: Add project files 2021-05-20 23:57:51 +03:00
README.md Initial commit 2021-02-25 11:35:04 +03:00
go.mod [#16] Update neo-go version 2021-07-26 15:23:27 +03:00
go.sum [#16] Update neo-go version 2021-07-26 15:23:27 +03:00

README.md

neofs-sdk-go

Go implementation of NeoFS SDK