Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.ArgumentOutOfRangeException' in ClientUtils session.Browse if there are >100 nodes in a single level to browse #25

Open
mea05pb opened this issue Jul 31, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mea05pb
Copy link

mea05pb commented Jul 31, 2020

How to reproduce:
Create a server with more than 100 nodes in a single level (for example in a sample server add more variables to Data->Static->Scalar (right now there are 30, add 71 more)
Run Sample Client with System.ArgumentOutOfRangeException' turned on in Visual Studio and observe that the exception is raised in session.Browse function where the continuationPoints.Count exceeds the dimension of the results array (lines 386 onwards).

@AlinMoldovean AlinMoldovean transferred this issue from OPCFoundation/UA-.NETStandard Aug 6, 2020
@mregen mregen added bug Something isn't working help wanted Extra attention is needed labels Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants