Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Entered Unreachable code #9

Open
greaka opened this issue May 22, 2019 · 1 comment
Open

Entered Unreachable code #9

greaka opened this issue May 22, 2019 · 1 comment

Comments

@greaka
Copy link

greaka commented May 22, 2019

Hi,
I cannot use the wait function on the Pipeclient for writing operations without panicking.
It crashes on

named_pipe/src/lib.rs

Lines 891 to 902 in 08b0f36

fn get_write_timeout(&self) -> Option<u32> {
match self.io {
Some(ref io) => return io.get_write_timeout(),
_ => (),
}
match self.io_ref {
Some(ref io) => return io.get_write_timeout(),
_ => (),
}
unreachable!();
}
}
all the time.

@memark
Copy link

memark commented Jun 4, 2023

Same here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants