interledger-deprecated / ilp-kit

Everything needed to create a ledger and connect it to the Interledger
https://interledgerjs.github.io/ilp-kit/apidoc/
74 stars 39 forks source link

peer is not added if it's down while you restart #435

Open michielbdejong opened 7 years ago

michielbdejong commented 7 years ago

Peers are only added at startup or when the admin opens the peers list. If a peer is temporarily down, it should try to connect to it periodically, so that route broadcasts can be resumed once the peer comes back up.

Adding the 'bug' label because this issue will affect network quality.

michielbdejong commented 7 years ago

continued in https://github.com/interledgerjs/ilp-connector/pull/357

michielbdejong commented 7 years ago

we think this is fixed, but let's keep this issue open to remind ourselves to try this out next time we do an ilp-kit release.

michielbdejong commented 7 years ago

(and also check that routes come back up if one ilp-kit restarts but the others don't)