improved communicator threading
This commit is contained in:
parent
72f104e447
commit
d8b5127845
2 changed files with 19 additions and 13 deletions
|
|
@ -357,7 +357,8 @@ class OnionrUtils:
|
|||
try:
|
||||
message = self._core._crypto.pubKeyDecrypt(message, encodedData=True, anonymous=True)
|
||||
except nacl.exceptions.CryptoError as e:
|
||||
logger.error('Unable to decrypt ' + i, error=e)
|
||||
pass
|
||||
#logger.error('Unable to decrypt ' + i, error=e)
|
||||
else:
|
||||
try:
|
||||
message = json.loads(message.decode())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue