fixed backup ws connection loop issue
This commit is contained in:
parent
0a09c600b8
commit
a33b5a0c57
@ -13225,10 +13225,8 @@ Event information log
|
||||
reactor.registerEvent("shift_ws_connection");
|
||||
reactor.registerEvent("switchToBackupWSForSuperNodesOperations");
|
||||
reactor.registerEvent("user_flo_keys_active");
|
||||
reactor.registerEvent("backup_supernode_down");
|
||||
reactor.registerEvent("remove_extra_backup_connections");
|
||||
|
||||
|
||||
reactor.addEventListener("fireNodeWelcomeBackEvent", function(evt) {
|
||||
let getFLOId = bitjs.FLO_TEST.pubkey2address(evt.flo_public_key);
|
||||
|
||||
@ -13750,10 +13748,6 @@ Event information log
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
// reactor.dispatchEvent(
|
||||
// "switchToBackupWSForSuperNodesOperations",
|
||||
// back_ws_url
|
||||
// );
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user