Replies: 1 comment
-
Once connected, the client will automatically reconnect when the underlying channel is lost as well as re-establish a session when the session is lost. The only strategy involved is an exponential backoff in the delay between attempts, until a 16 second maximum. There is no retry of any kind of request you might try to execute with the client nor is there a plan to implement any as part of the SDK. |
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
-
Does Milo implement any retry strategies? I see there is:
#345 for ClosedChannelException but what does this cover? Any type of request attempt?
Beta Was this translation helpful? Give feedback.
All reactions