You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto config{zenoh::Config::create_default()};
config.from_str("...");
Unfortunately turns out that the second call is completely useless!
If it had been marked [[nodiscard]] it would've saved me a few hours of debugging.
And so should probably a majority of functions, which only return values and don't have other side effects.