dont reconnect after abort
This commit is contained in:
parent
89154933b9
commit
203dde3d38
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ export default class {
|
||||||
|
|
||||||
RestartStreams() {
|
RestartStreams() {
|
||||||
// console.log("Restarting streams")
|
// console.log("Restarting streams")
|
||||||
if (!this.ready) {
|
if (!this.ready || this.abortController.signal.aborted) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.log("LND is dead, will try to reconnect in", deadLndRetrySeconds, "seconds")
|
this.log("LND is dead, will try to reconnect in", deadLndRetrySeconds, "seconds")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue