mirror of
https://github.com/nspcc-dev/neofs-sdk-go.git
synced 2026-03-01 04:29:18 +00:00
fail fast in case of unexpected anwer from grpc #242
Labels
No labels
I2
I3
I4
S1
S2
S3
S4
U0
U1
U2
U2
U2
U3
U4
blocked
bug
client
config
discussion
documentation
enhancement
epic
feature
go
good first issue
help wanted
performance
pool
question
security
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-sdk-go#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @532910 on GitHub (Dec 5, 2024).
Originally assigned to: @cthulhu-rider on GitHub.
See https://github.com/nspcc-dev/neo-go/issues/3721 for details.
Just like the response for
curl http://st1.storage.fs.neo.org:443is pretty instantaneous, neofs should fail fast in case of unexpected response.@cthulhu-rider commented on GitHub (Dec 5, 2024):
caused by
nspcc-dev/neofs-sdk-go@591dd25e7c/client/client.go (L181)gRPC dial option which:but the mentioned error is not temporary according to current gRPC implementation
to solve, we'd need to configure dialer more specifically
@AnnaShaleva commented on GitHub (Dec 12, 2024):
Ping to this issue.