You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: return the best _acceptable_ conn in NewStream (#1604)
* fix: return the best _acceptable_ conn in NewStream
Otherwise, we can return, e.g., a transient connection that can't
actually be used.
* 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.
0 commit comments