This took me a while to figure out. The original symptom I saw was that
registering UnixStream::pair()
streams fails with "Bad file descriptor".
Di…
Before, Registry::register()
on a UnixListener
would return
Err(io::ErrorKind::NotFound)
.
Calling sys::UnixListener::register()
instead of sys::Uni…