Skip to content
Snippets Groups Projects
Commit 6e49ea87 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Correct OPC-UA call syntax to close_secure_channel()

parent c6787cd6
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ class StatsCrosslet(Device):
self.debug_stream("Waiting for data acquisition thread to shut down, done")
if self.client is not None:
self.client.close_session()
self.client_secure_channel()
self.client.close_secure_channel()
self.debug_stream("Shutdown done.")
# PROTECTED REGION END # // StatsCrosslet.delete_device
# ------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment