eosnetworkfoundation / mandel

Obsolete. Use https://github.com/AntelopeIO/leap instead.
Other
87 stars 27 forks source link

[3.1] Attempt connection retries for duplicate connections #756

Closed heifner closed 2 years ago

heifner commented 2 years ago

Attempt a re-connect for duplicate connections so that any registered duplicate connections have an opportunity to re-establish a connection for the corner case of one side disconnecting as a duplicate simply because it had not yet closed its end of the connection. The re-connect will happen during the normal re-connect interval configured by connection-cleanup-period.

Resolves eosnetworkfoundation/mandel#788