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

protocols/autonat: Fix flaky test #2660

Merged
merged 2 commits into from May 22, 2022

Commits on May 19, 2022

  1. autonat: fix flaky test

    Handle in test that a `OutboundProbeEvent::Response` can be reported
    before the associated inbound connection event.
    In rare cases (that only really happen in a test setup where both peers
    run on the same device) the server may observe a connection and report
    the response back to the client, before the connection event was
    reported at the client.
    elenaf9 committed May 19, 2022
    Copy the full SHA
    1b7f695 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Copy the full SHA
    ee04518 View commit details
    Browse the repository at this point in the history