nspcc-dev / neofs-sdk-go

Go implementation of NeoFS SDK
Apache License 2.0
6 stars 14 forks source link

Handle io.EOF during object writes #496

Closed roman-khimov closed 1 year ago

roman-khimov commented 1 year ago

See nspcc-dev/neofs-node#2518, SDK should return a real error right from the Write() call, then Close() is a no-op returning nil. All streaming interfaces should be checked for this.