We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using unixpipe transport, killing an application stops remote applications.
mkdir build
cd build
cmake .. -DZENOHC_CARGO_FLAGS="--features=zenoh/transport_unixpipe"
cmake --build . --target examples
z_sub
./target/release/examples/z_sub "demo/example/**" "[\"unixpipe/test.pipe\"]"
z_pub
./target/release/examples/z_pub "demo/example/zenoh-c-pub" "Pub from C" 0 "[\"unixpipe/test.pipe\"]"
bd0fe98772b7d65e8fb71eb0369d7c85c9b09c73
The text was updated successfully, but these errors were encountered:
I think we need to investigate the pipe spec on it's behavior when other pipe end closes. That might be the reason of this bug.
Sorry, something went wrong.
yellowhatter
No branches or pull requests
Describe the bug
When using unixpipe transport, killing an application stops remote applications.
To reproduce
mkdir build
cd build
cmake .. -DZENOHC_CARGO_FLAGS="--features=zenoh/transport_unixpipe"
cmake --build . --target examples
z_sub
with unixpipe listening endpoint../target/release/examples/z_sub "demo/example/**" "[\"unixpipe/test.pipe\"]"
z_pub
with unixpipe connect endpoint../target/release/examples/z_pub "demo/example/zenoh-c-pub" "Pub from C" 0 "[\"unixpipe/test.pipe\"]"
z_pub
z_sub
exits.System info
bd0fe98772b7d65e8fb71eb0369d7c85c9b09c73
The text was updated successfully, but these errors were encountered: