Michael Ilyin
Michael Ilyin
Made request https://github.com/eclipse-zenoh/zenoh/pull/286 with fix for this issue
Made updated request https://github.com/eclipse-zenoh/zenoh/issues/287
This PR is inactive for a year. Closing it
This PR is inactive for more than a year. Closing it
This is possible in C/C++, but for Rust the name should be different. This could be `Session::default()` for example. BTW: why it was decided to have just standalone `open` function,...
Consider using `#[doc(hidden)]` attribute for them
The task https://github.com/eclipse-zenoh/zenoh/issues/806 is actually subtask of this
> > I had symbol clashes in the past when statically linking more plugins, to be checked if it is still the case. > > This is why the feature...
So the problem is that session can't be created because of session id duplication? Then the right behaviour should for `zenoh::open` should be returning `ZResult::Err` with proper error message I...
I'd support @p-avital. I'm also kind of against to the idea of using traits as a way to separate API to "first-class" and "second-class" elements. At this moment we made...