Bug in the opcua input:
In disconnect, the connection is closed which leads to Connect being invoked on the next Gather cycle which in turn finds tries to invoke CloseSession on an already-closed connection.
This results in the looped error output which cannot be recovered from:
Error in plugin: opcua: sechan: secure channel not open.
We'll test out adding client = nil and create a merge request if that turns out to fix the issue.
Bug in the
opcuainput:In
disconnect, the connection is closed which leads toConnectbeing invoked on the nextGathercycle which in turn finds tries to invokeCloseSessionon an already-closed connection.This results in the looped error output which cannot be recovered from:
We'll test out adding
client = niland create a merge request if that turns out to fix the issue.