Sets the maximum delay to allow between reconnection attempts.
This value should be equal to or greater than the minimum delay. If the value is less than the minimum delay, the minimum delay value will be used as the maximum delay also.
Parameters
self
The ReconnectingStateListener to set the maximum on. Must not be NULL.
delay
The delay in ms. If this is less than 1000 then 1000 will be used.