We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de0f49b + d8ebc8c commit 2e04f17Copy full SHA for 2e04f17
1 file changed
opcua/common/connection.py
@@ -148,6 +148,7 @@ def set_channel(self, channel):
148
Called on client side when getting secure channel data from server
149
"""
150
self.channel = channel
151
+ self._open = True
152
153
def open(self, params, server):
154
0 commit comments