Skip to content
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

we don't pull from providers that we have too many addresses for #2495

Open
willscott opened this issue Jan 30, 2024 · 1 comment
Open

we don't pull from providers that we have too many addresses for #2495

willscott opened this issue Jan 30, 2024 · 1 comment

Comments

@willscott
Copy link
Member

{"level":"warn","logger":"swarm2","caller":"swarm/swarm_dial.go:377","msg":"peer 12D3KooWDY3anMLcvj5UmzgvQmHea9SxoLFJzNtBZoDLhm7UtKj7 asked us to resolve too many addresses: %!s(int=32)/%!s(int=32)"}

we should probably try the first few regardless of how many other we end up finding for a peer

@gammazero
Copy link
Collaborator

This is a warning from within go-libp2p. It is not an error, just a warning that no additional addresses will be resolved. I do not think this will cause us not to use the addresses that were resolved,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants