opcua
opcua copied to clipboard
fix: ignore response with too many operations error and fix extension object decoding
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.
@magiconair could you please review my pull request?