Version 2.1 of the C Connection Reconnecting Listener (core-c-dof-connection-reconnecting-listener) has been released and is available for download here.

This release of the reconnecting state listener includes a change to the way the next connect attempt time is calculated. The next retry attempt time will be calculated based on the minimum and maximum times provided, the number of unsuccessful attempts to connect, and will also use a random delay to prevent all clients from trying to reconnect at the same time.

– [RECONC-15](https://issue.opendof.org/browse/RECONC-15) Change the reconnect to randomize when the reconnect happens

Known issue:

– [RECONC-11](https://issue.opendof.org/browse/RECONC-11) Removing the reconnecting state listener before it connects may lead to a crash

More information can be found on this project at opendof.org.