Announce control destination
This commit is contained in:
parent
ba2c6b833e
commit
2ad82b68bd
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ class LXMRouter:
|
||||||
def delayed_announce():
|
def delayed_announce():
|
||||||
time.sleep(LXMRouter.NODE_ANNOUNCE_DELAY)
|
time.sleep(LXMRouter.NODE_ANNOUNCE_DELAY)
|
||||||
self.propagation_destination.announce(app_data=self.get_propagation_node_app_data())
|
self.propagation_destination.announce(app_data=self.get_propagation_node_app_data())
|
||||||
|
if len(self.control_allowed_list) > 1: self.control_destination.announce()
|
||||||
|
|
||||||
da_thread = threading.Thread(target=delayed_announce)
|
da_thread = threading.Thread(target=delayed_announce)
|
||||||
da_thread.setDaemon(True)
|
da_thread.setDaemon(True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue