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
As reported by @rabbitHX in steemit/steem#2229, the break at line #1391 of node.cpp seems wrong.
break
this break cause a escape from "for" so that the bad connection is not "push_back" into peers_to_disconnect_forcibly.
It also prevents other connections from being checked.
The text was updated successfully, but these errors were encountered:
Fix #721 disconnect a peer due to request timeout
56f0ba2
Merge pull request #722 from bitshares/abitmore-patch-1
91ae7c9
closed by #722
Sorry, something went wrong.
59b6a15
No branches or pull requests
As reported by @rabbitHX in steemit/steem#2229, the
break
at line #1391 of node.cpp seems wrong.It also prevents other connections from being checked.
The text was updated successfully, but these errors were encountered: