-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
deafult parameter values not documented #732
Comments
Default variants of An associated |
Yes, I think this solves the problem |
There are builder methods which sets various parameters of
Publisher
.Queryable
, etc.For example:
Calling these methods is optional. It's unclear which are the default values for these parameters. The only way to know is to look into the source of
Session::declare_publisher
: https://docs.rs/zenoh/0.10.1-rc/src/zenoh/session.rs.html#614-629This is wrong. The default values of
Publisher
options is part of Publisher's API and should be explicitly specified for it. Same thing for all other entities.The text was updated successfully, but these errors were encountered: