suspendedRetryTimeout property

int suspendedRetryTimeout
getter/setter pair

When the connection enters the ConnectionState.suspended state, after this delay, if the state is still ConnectionState.suspended, the client library attempts to reconnect automatically. The default is 30000 miliseconds (30s).

Implementation

int suspendedRetryTimeout = 30000;