I solved the problem here after reviewing the connect.log.
[ warning | io_extension_item] error_code(): opcua:-2133131264:BadTooManyMonitoredItems
On the OPC UA server side, there was a limit of 500 monitored items per subscription.
There is one other piece of strange behavior. I am seeing that subscribed items often update multiple times before the entire set of items updates once. For example, if I have an array of 1000 items, item 1 may update twice before item 1000 updates once. There is nothing in the trace logs that indicates a related problem.
... View more