Skip to content
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

Examples: fix overwritten mode in config file (fix #700) #702

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Conversation

JEnoch
Copy link
Member

@JEnoch JEnoch commented Jan 31, 2024

Will fix #700

@JEnoch JEnoch requested a review from p-avital January 31, 2024 09:49
@eclipse-zenoh-bot
Copy link
Contributor

@JEnoch If this pull request contains a bugfix or a new feature, then please consider using Closes #ISSUE-NUMBER syntax to link it to an issue.

@JEnoch JEnoch merged commit 1de9d36 into main Jan 31, 2024
17 checks passed
@Mallets Mallets deleted the fix_700 branch January 31, 2024 10:41
@JEnoch JEnoch added the bug Something isn't working label Jan 31, 2024
@JEnoch JEnoch self-assigned this Jan 31, 2024
@@ -48,10 +48,12 @@ impl From<&CommonArgs> for Config {
Some(path) => Config::from_file(path).unwrap(),
None => Config::default(),
};
println!("ARGS mode: {:?} ", value.mode);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be removed since now it's printed in very examples, including throughput and latency tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Examples using a config file with mode: "cient" remain in peer mode
4 participants