-
Notifications
You must be signed in to change notification settings - Fork 29
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
Use bounded channels for peer events #1186
Conversation
Please fix the minor issues I mentioned then we'll go ahead and merge. |
9de5513
to
b2e9122
Compare
Just noticed that Do we want to address this? Is it possible to periodically shuffle the elements or something like that? |
As far as I can see, |
Ok, good. Thanks for finding out. |
This fixes #664 (note that as we've discussed earlier, the solution proposed in the issue itself is redundant; using a bounded channel for peer events should be enough).
P.S. I've based this PR on top of #1183 to simplify merging.