Skip to content

Commit 2e04f17

Browse files
authored
Merge pull request #746 from brubbel/fix-secure-channel-open
fix: set SecureConnection state to 'open' on OpenSecureChannelResponse
2 parents de0f49b + d8ebc8c commit 2e04f17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

opcua/common/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def set_channel(self, channel):
148148
Called on client side when getting secure channel data from server
149149
"""
150150
self.channel = channel
151+
self._open = True
151152

152153
def open(self, params, server):
153154
"""

0 commit comments

Comments
 (0)