initialConnectionAttempts property
getter/setter pair
The number of connection attempts to make when first dialing. If set to zero or a negative integer, will attempt to reconnect forever.
Implementation
int initialConnectionAttempts = 3;
The number of connection attempts to make when first dialing. If set to zero or a negative integer, will attempt to reconnect forever.
int initialConnectionAttempts = 3;