mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-11 16:00:47 -04:00
Adjusted resource timeout calculation
This commit is contained in:
parent
4066bba303
commit
b007530123
2 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ class Resource:
|
|||
self.adv_sent = self.last_activity
|
||||
sleep_time = 0.001
|
||||
except Exception as e:
|
||||
RNS.log("Could not resend advertisement packet, cancelling resource", RNS.LOG_VERBOSE)
|
||||
RNS.log("Could not resend advertisement packet, cancelling resource. The contained exception was: "+str(e), RNS.LOG_VERBOSE)
|
||||
self.cancel()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue