mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 17:51:35 +00:00
multistream-select: Include \n
in length. (#439)
* multistream-select: Include `\n` in length. * Add comment to explain the +1. * Re-enable test.
This commit is contained in:
@ -142,7 +142,6 @@ fn no_protocol_found() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore] // TODO: not working
|
||||
fn select_proto_parallel() {
|
||||
let listener = TcpListener::bind(&"127.0.0.1:0".parse().unwrap()).unwrap();
|
||||
let listener_addr = listener.local_addr().unwrap();
|
||||
|
Reference in New Issue
Block a user