-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug] --queries-timeout 60.0 invalid type: floating point #28
Comments
@JEnoch I had a look at it and I think something with the argument parsing in We could apply the timeout as default to all possible values inside the struct:
|
You correctly analysed the issue: I forgot to update the My only concern with the solution you propose is that by Zenoh convention, all the CLI arguments overwrite the configurations provided by a file (via |
Sounds like a solution. Alternatively we can put the same structure that is going to be parsed as a string into the cli. But for that case users would need some example in the docs on that syntax. And Im not familiar enough with the code to quickly implement this 😅. My solution internally will be to start using the config file instead. |
I finally preferred to explicitly expose a |
Describe the bug
Running the bridge I get following error with the queries timeout arg:
To reproduce
Run
System info
The text was updated successfully, but these errors were encountered: