newMSSelect function
NewMSSelect returns a new Multistream which is able to perform protocol selection with a MultistreamMuxer.
Implementation
LazyConn newMSSelect(P2PStream<dynamic> stream, ProtocolID proto) {
return _LazyClientConn(
protos: [protocolID, proto],
stream: stream,
);
}