Replies: 1 comment 6 replies
-
Hi @Exergist personally I feel it's an awkward workflow to try to implement generally since each use case is going to be different. Realistically you could call |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it make sense to create a
ConnectWithRetries
that has no timeout limit? If so though there would probably also need to be a way to terminate the connection attempt process.Sure this could be achieved in practice with some looping and exception handling, but a native solution might be nice.
Beta Was this translation helpful? Give feedback.
All reactions