mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-17 13:20:25 -04:00
Adjusted timeouts
This commit is contained in:
parent
082026ca1b
commit
82bb479957
3 changed files with 4 additions and 4 deletions
|
@ -142,7 +142,7 @@ class Conversation:
|
|||
|
||||
self.__changed_callback = None
|
||||
|
||||
if not RNS.Transport.has_path(bytes.fromhex(source_hash)):
|
||||
if not RNS.Identity.recall(bytes.fromhex(self.source_hash)):
|
||||
RNS.Transport.request_path(bytes.fromhex(source_hash))
|
||||
|
||||
self.source_identity = RNS.Identity.recall(bytes.fromhex(self.source_hash))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue