We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31ad80 commit 9c115cdCopy full SHA for 9c115cd
1 file changed
opcua/client/ua_client.py
@@ -199,7 +199,6 @@ def close_secure_channel(self):
199
# some servers send a response here, most do not ... so we ignore
200
future.cancel()
201
except OSError as exc:
202
- raise
203
if exc.errno == errno.EBADF:
204
# Socket is closed, so can't send CloseSecureChannelRequest.
205
self.logger.warning("close_secure_channel() failed: socket already closed")
0 commit comments