1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 18:10:42 +01:00
eclair/eclair-core
Pierre-Marie Padiou 357f7f9942
Catch all connection failures and reconnect (#1760)
The `ReconnectionTask` was only catching
`ConnectionResult.Failure.ConnectionFailed`, which is a subset of
possible failures. It should instead have caught
`ConnectionResult.Failure`.

All authentication and initialization failures were not caught and
didn't trigger reconnections.

Co-authored-by: Bastien Teinturier <31281497+t-bast@users.noreply.github.com>
2021-04-12 18:49:50 +02:00
..
src Catch all connection failures and reconnect (#1760) 2021-04-12 18:49:50 +02:00
eclair-cli Refactor and simplify API dsl (#1690) 2021-03-09 15:23:50 +01:00
pom.xml Remove Docker test dependency (#1753) 2021-04-02 12:27:40 +02:00