Skip to content

Commit

Permalink
Update opcua-client/src/session/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Einar <[email protected]>
  • Loading branch information
oroulet and einarmo authored Jan 2, 2025
1 parent 5ed3d83 commit 66d3951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opcua-client/src/session/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ impl Session {
)
}

///
/// Return namespace array from server and store in namespace cache
pub async fn read_namespace_array(&mut self) -> Result<NamespaceMap, Error> {
let nodeid: NodeId = VariableId::Server_NamespaceArray.into();
Expand Down

0 comments on commit 66d3951

Please sign in to comment.