-
Notifications
You must be signed in to change notification settings - Fork 43
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
opts.gossipIncoming
does nothing?
#231
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Still does nothing AFAICS |
I don't see this option in rust's implementation, @wemeetagain do we need this option for any applications? If not I think we can just delete this option. |
yeah, its stale code, should be deleted |
When it was added there was a conditional that checked the value of
opts.gossipIncoming
and didn't gossip incoming messages when it wasfalse
.Now that this module has been refactored to not extend the base pubsub class in
@libp2p/pubsub
nothing seems to use that init option.The text was updated successfully, but these errors were encountered: