You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multi: allow LNC reconnects without restarting the proxy
LNC will automatically try to reconnect to the LND node whenever there
is an error.
Until now, losing the connection with the LND node made the proxy shut
down. When using LNC, we can simply log that we received an error and
let the library handle the reconnection.
Because we do not want to overheat the server when the backend lnd node is
down, we need to make sure that we add a timeout to the client calls.
0 commit comments