OPCFoundation / UA-Java-Legacy

This repository is provided by OPC Foundation as legacy support for an Java version for OPC UA.
https://github.com/OPCFoundation/UA-.NETStandard
Other
354 stars 226 forks source link

Is there support available for sending large message in chunks from opc-ua-stack jar #218

Closed pradeipk closed 3 years ago

pradeipk commented 3 years ago

Hello, We have a requirement in our project, where we need to send a large number of items to write. So can you please confirm when the request size goes beyond the MaxRequestMessageSize returned by OPC server then, whether opc-ua-stack jar breaks the request message into chunks and send it to the server?

jouniaro commented 3 years ago

No, it won't break the message to chunks for this, but generates an error, according to the specification.