You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: