2 Commits

Author SHA1 Message Date
Thomas Eizinger
5b3612bb29
test: Remove dialer_can_receive stream muxer test (#3108)
Various muxer implementations struggle to fulfill this test. In practice, it doesn't matter much because we always run `multistream-select` on top of a newly negotiated stream so we never end up actually reading from a stream that we have never written to.

Relevant discussion: https://github.com/kpp/rust-libp2p/pull/27#discussion_r1012128418
2022-11-14 21:09:19 +00:00
Thomas Eizinger
4d4833f8c2
muxers: Add test harness for StreamMuxer implementations (#2952) 2022-10-17 11:23:13 +11:00