-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
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
Improve handling of dead peers #508
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup, nice and simple.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, should it have length at least 1?
Its busy loop otherwise.
c1dedb4
to
62ed3a6
Compare
62ed3a6
to
58c3893
Compare
Ohh, right, fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, looks great now; a redish diff!
I'd like to cut a patch release with these patches, can you do some sanity testing before I fo so? |
All the tests pass locally, or what do you mean? |
Run a canary node in production for a day or two? |
@vyzo, Ok. I started my lotus daemon and miner on pubsub's master with the recent changes. I will report back on how it is going in a few days. It should give us enough confidence |
* perf: use msgio pooled buffers for received msgs (libp2p#500) * perf: use pooled buffers for message writes (libp2p#507) * improve handling of dead peers (libp2p#508) * chore: ignore signing keys during WithLocalPublication publishing (libp2p#497) * adds app specific rpc handler Co-authored-by: Hlib Kanunnikov <hlibwondertan@gmail.com> Co-authored-by: Viacheslav <viacheslavgonkivskyi@gmail.com>
@vyzo, 5 days of stable sync - |
altight, i'll tag a release on momday. Thank you! |
Related to #506