We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stream.Close()
dot/network contains several _ = stream.Close().
dot/network
_ = stream.Close()
We should log the errors returned at least at debug level.
Proposed by @EclesioMeloJunior here
The text was updated successfully, but these errors were encountered:
sync.Map
log the errors from stream.Close()
354fc88
Fixed ChainSafe#2376
chore(dot/network): log the errors from stream.Close() (#2779)
4ed3def
* log the errors from stream.Close() Fixed #2376 * replace %w with %s in logger.Warnf()
Successfully merging a pull request may close this issue.
Task summary
dot/network
contains several_ = stream.Close()
.We should log the errors returned at least at debug level.
Proposed by @EclesioMeloJunior here
The text was updated successfully, but these errors were encountered: