Automatic reconnections: Infinite by default, or not? #8
Locked
codefenix-dev
started this conversation in
Polls
Replies: 0 comments
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.
-
umrc-bridge automatically attempts to reconnect to the host in the event the connection is dropped.
Currently, by default, umrc-bridge makes a maximum of 10 attempts before giving up. This can be changed by specifying
-rwith a number on the command line. For example, specifying-r50for 50 retries, or-r0for infinite retries. This is explained in the docs under step 3 under Install Instructions, but I believe it gets overlooked since people seem to be unaware of it.My rationale for 10 being the default is in case the MRC host goes offline for an extended period of time, in which case it's probably better to not have the bridge retry endlessly. But I'm interested in what others think.
Please vote and explain your reasoning behind your vote.
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions