Skip to content
#

transport

Here are 750 public repositories matching this topic...

node-opcua
ata1704
ata1704 commented Oct 5, 2021

If I do a session.read of any nodeId with the attributeId "AccessLevelEx" (27) I get the following error:
invalid value 27 for field attributeId of type UInt32

Steps to reproduce the behavior:

  1. I'm using the following code:
    const readResult = await session.read({ nodeId: nodeId, attributeId: AttributeIds[attributeId] });
  2. Normally I'm getting a result and check for a bad statu
gdalsnes
gdalsnes commented Sep 10, 2020

When adding multiple rpc target classes, if multiple targets contain the same\similar method, the method in first target added is used (as documented). But I miss an option to disallow duplicates, as this is (in my case) always an error. Alternatives:
-Preferably a setting on JsonRpc itself that produce error when AddLocalRpcTarget is called
-A setting on JsonRpc itself that produce error during

Improve this page

Add a description, image, and links to the transport topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transport topic, visit your repo's landing page and select "manage topics."

Learn more