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

fix: return the best _acceptable_ conn in NewStream #1604

Merged
merged 2 commits into from
Jul 5, 2022

Commits on Jun 17, 2022

  1. fix: return the best _acceptable_ conn in NewStream

    Otherwise, we can return, e.g., a transient connection that can't
    actually be used.
    Stebalien committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    c274479 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. fix: fail dial if we can't have a usable connection

    If we have a transient connection, don't want to use a transient
    connection, and haven't specified "force direct dial", fail the dial.
    Stebalien committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    d9f4b44 View commit details
    Browse the repository at this point in the history