Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Every time the timeout hits, the timeout value of the next connection try will increase. In my implementation, the The timeout will hit iff a connection stays at the `connecting` state longer than the timeout value, as indicated by ClusterConnectionStates.NodeConnectionState. The connection state of a node may change from `connecting` to 

...