Skip to content

OPCUA Input: client should be set to nil after closing #9582

@milgner

Description

@milgner

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions