chang xu
chang xu
Indeed, it is unnecessary. It depends. Please type `readelf -a node_c_api | grep "pthread_getattr_np"` on your terminal. This is what show on my PC: ``` 0000029c40b0 015e00000006 R_X86_64_GLOB_DAT 0000000000000000 pthread_getattr_np@GLIBC_2.32...
Because `String` does not contain `\0` char (nul terminator) which is very different from C-string. You can push a '\0' at this line to see how these been changed. https://github.com/dora-rs/dora/blob/01c404710bd77b758c20ac179ca6e0a3d6705324/libraries/core/src/config.rs#L86-L90...
by the way, please use `strncmp` for possibly null-terminator string instead of `strcmp`
Or learn from https://github.com/eclipse-zenoh/zenoh-c/blob/775e66586d105cbb42882ace58286f0cb2d967b2/src/commons.rs#L551-L568 I thing that let user release id-string is error-prone.
Hello, are there a plan to support peer mode over Serial
> In that case can we maybe try an implementation using option 2 before making Option 1. > > What do you think @XxChang @Gege-Wang ? I think it is...