Replies: 2 comments 21 replies
-
It would be useful if you could get a Wireshark capture and upload it here. It seems the server you’re connected to isn’t responding in time but I’d like to verify. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Update - I manually increased the max chunk count to 128 in the client creator and that seemed to resolve the issue. My question is - is this an appropriate solution? Are there any ramifications of doing this down the line? @kevinherron |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guy, apologies if this has been discussed already. I've been combing through documentation and various forums but I haven't been able to figure out what the issue is. The full error:
This occurs when I try to call the browse function on a node, as described here - https://javadoc.io/static/org.eclipse.milo/sdk-client/0.3.3/org/eclipse/milo/opcua/sdk/client/api/services/ViewServices.html#browse-org.eclipse.milo.opcua.stack.core.types.structured.BrowseDescription-.
My research led to me this forum - https://www.eclipse.org/lists/milo-dev/msg00967.html which told me to try using MaxReferencesPerNode toggle. This meant I had to change my request to the other browse method, which returns a BrowseResponse as opposed to a BrowseResult. Which is fine. However this led me to a different issue.
Seems to not be able to perform the browsing in time anymore.
Not sure where to go from here as information on this seems pretty limited so any help would be fantastic. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions