-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
flaky examples/relay tests #1158
Comments
The problem here is the following: |
Really? IIRC, we don't close these connections anymore. |
Or is this because we're canceling outbound dials once one dial succeeds? I believe we can fix this in go-libp2p/p2p/host/basic/basic_host.go Line 602 in e70d7cf
|
Not sure if I understand your proposal. |
Well, it's kind of a hack, but it's not too terrible. Basically, if peer A successfully "identifies" peer B, peer B must have yielded the connection to the host and therefore won't cancel it. |
The text was updated successfully, but these errors were encountered: