When Does Milo SDK Automatically Retry? Connection-Level vs Data-Level Errors #1499
ravi-kothapally
started this conversation in
General
Replies: 1 comment
-
No requests of any kind are automatically retried. The only "automatic" thing the client does is keep an active TCP connection and Session via SessionFsm, roughly following what's described here: https://reference.opcfoundation.org/Core/Part4/v105/docs/6.7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I wanted to clarify: for what types of errors does the Milo SDK automatically perform retries?
Does the SDK retry only for connection-level errors, or also for network interruptions and certain data-level errors?
Error: cause=java.util.concurrent.ExecutionException: UaException: status=Bad_ConnectionClosed, message=connection closed}
Could you please explain in which scenarios (like connection loss, network glitches, or server-side errors) Milo will auto-retry, and when it will not?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions