Replace reClosedNetwork with proper ErrClosed #641

Closed
opened 2025-12-28 17:13:50 +00:00 by sami · 0 comments
Owner

Originally created by @roman-khimov on GitHub (Feb 19, 2021).

When we're to require Go 1.16 we should also drop reClosedNetwork use and replace it with proper errors.Is(err, net.ErrClosed), see https://golang.org/doc/go1.16#net.

Originally created by @roman-khimov on GitHub (Feb 19, 2021). When we're to require Go 1.16 we should also drop `reClosedNetwork` use and replace it with proper `errors.Is(err, net.ErrClosed)`, see https://golang.org/doc/go1.16#net.
sami 2025-12-28 17:13:50 +00:00
  • closed this issue
  • added the
    go
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-go#641
No description provided.