How does RV client reconnect to remote RV daemon

How does RV client reconnect to remote RV daemon

book

Article ID: KB0081124

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -

Description

When the RV client connects to remote RV daemon, if the transport connection was terminated for some reason, the RV client will try to reconnect to remote RV daemon. 

The first reconnection try occurs ~1s after the disconnection is detected by the client. Subsequently the retry interval is 10 seconds. he client will continue to try until it is successful, with the first try occurring relatively quickly, and subsequent tries occurring further apart. If a client successfully connects and then disconnects more than twice in 60s, the first reconnection try will begin to increase exponentially based on the number of disconnections.
The logic is hard coded in RV client library.

Issue/Introduction

How does RV client reconnect to remote RV daemon after being disconnected?

Environment

ALL