BiancoRoyal / node-red-contrib-iiot-opcua

deprecated - very new developed by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-iiot-opcua
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

Read more than 1000 variables #117

Closed biancode closed 4 years ago

biancode commented 4 years ago

I'm submitting a ... (check one with "x")

Problem

Information

Current behaviour

with issue #87 in the test there was a read with 1k+ variables and the server has the 1k max to read - the client did not read all 1k+

Expected behaviour

the client should read all 1k+ variables from the server

Minimal reproduction of the problem with instructions

1kPlusFlowBrowseAndRead.json.zip

biancode commented 4 years ago

fixed with v3.11.3 and above