reconnectDelays property
An array containing the delays in milliseconds before trying each reconnect attempt. The length of the array represents how many failed reconnect attempts it takes before the client will stop attempting to reconnect.
Implementation
set reconnectDelays(List<int> value);