forked from TrueCloudLab/frostfs-sdk-go
Go implementation of FrostFS SDK
234373f249
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> |
||
---|---|---|
logger | ||
policy | ||
pool | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
neofs-sdk-go
Go implementation of NeoFS SDK