hashicorp/yamux

"There must be at most one ...-side connection"

rnapier opened this issue · 1 comments

Client() and Server() indicate "There must be at most one ...-side connection." Is this just per-conn, or does it mean something different? I don't see anything that would prevent there being multiple sessions on different conns, but hate to miss something basic and critical.

armon commented

@rnapier This is per-connection yes!