mirror of https://github.com/libp2p/go-libp2p.git
Browse Source
* 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.pull/1642/head
Steven Allen
2 years ago
committed by
GitHub
3 changed files with 32 additions and 16 deletions
Loading…
Reference in new issue