opcua icon indicating copy to clipboard operation
opcua copied to clipboard

fix: ignore response with too many operations error and fix extension object decoding

Open huskar-t opened this issue 1 year ago • 1 comments

StatusBadTooManyOperations error does not need to close the connection

according to https://reference.opcfoundation.org/Core/Part6/v105/docs/5.2.2 Body This field contains the raw bytes for [ByteString] bodies. So there is no need to parse length again when parsing XMLElement.Theoretically speaking, the encode method is also wrong.

huskar-t avatar Jan 31 '24 07:01 huskar-t

@magiconair could you please review my pull request?

huskar-t avatar Feb 04 '24 02:02 huskar-t