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
There are quite a few peers on our network that don't support gossipsub and use up some of our peer slots. A quick sample looks like this on mainnet:
This seems like a bug to me, because it looks like we instantly drop peers of this nature: https://github.com/sigp/lighthouse/blob/unstable/beacon_node/lighthouse_network/src/service/mod.rs#L1342
The text was updated successfully, but these errors were encountered:
I think this is going to be along the lines of a race condition.
Peers connect, initially not being supported, then disconnect, under a different scheme after being detected.
Sorry, something went wrong.
jxs
No branches or pull requests
Description
There are quite a few peers on our network that don't support gossipsub and use up some of our peer slots. A quick sample looks like this on mainnet:
This seems like a bug to me, because it looks like we instantly drop peers of this nature: https://github.com/sigp/lighthouse/blob/unstable/beacon_node/lighthouse_network/src/service/mod.rs#L1342
The text was updated successfully, but these errors were encountered: