Skip to content

Commit

Permalink
Comments in simple-client were wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Oct 10, 2020
1 parent cf08e4a commit dbeb352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/simple-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

//! This simple OPC UA client will do the following:
//!
//! 1. Read a configuration file (either default or the one specified using --config)
//! 2. Connect & create a session on one of those endpoints that match with its config (you can override which using --endpoint-id arg)
//! 1. Create a client configuration
//! 2. Connect to an endpoint specified by the url with security None
//! 3. Subscribe to values and loop forever printing out their values
use std::sync::{Arc, RwLock};

Expand Down

0 comments on commit dbeb352

Please sign in to comment.