mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-02 19:23:35 -07:00
Ensure default destination app data can be generated and sent even on first system-internal discovery announce
This commit is contained in:
+4
-1
@@ -2133,7 +2133,10 @@ class Transport:
|
|||||||
|
|
||||||
if Transport.owner.is_connected_to_shared_instance:
|
if Transport.owner.is_connected_to_shared_instance:
|
||||||
if destination.type == RNS.Destination.SINGLE:
|
if destination.type == RNS.Destination.SINGLE:
|
||||||
destination.announce(path_response=True)
|
def job():
|
||||||
|
time.sleep(0.25)
|
||||||
|
destination.announce(path_response=True)
|
||||||
|
threading.Thread(target=job, daemon=True).start()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def deregister_destination(destination):
|
def deregister_destination(destination):
|
||||||
|
|||||||
Reference in New Issue
Block a user