Closed mangodan2003 closed 3 days ago
Having dug a bit the default features has changed from using what zenoh used to a new set defined in this project which excludes unix-sockstream
yes, you can enable it by passing -DZENOHC_CARGO_FLAGS="--features=transport_unixsock-stream" to cmake.
Describe the bug
zenoh 1.0.0-beta.4 understands the
unixsock-stream
prefix but the zenoh-c 1.0.0-pre.10 release built against it does not:The z_pub example has been modified to use
zc_config_from_file
which when pointed at the same config file which worked previously (and works for the the pure rust z_pub example) fails.To reproduce
modify z_pub.c in the 1.0.0-pre.10 / release/1.0.0.10 branch to parse a config file which specifies an endpoint with
unixsock-stream
prefix.System info