mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-01 19:16:08 -04:00
Implemented app_data recall from announces, better destination registration handling and link inactivity querying.
This commit is contained in:
parent
54206d9101
commit
51ab2d3488
4 changed files with 28 additions and 8 deletions
|
@ -111,8 +111,6 @@ class Resource:
|
|||
return resource
|
||||
except Exception as e:
|
||||
RNS.log("Could not decode resource advertisement, dropping resource", RNS.LOG_DEBUG)
|
||||
# TODO: Remove
|
||||
raise e
|
||||
return None
|
||||
|
||||
# Create a resource for transmission to a remote destination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue