mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 08:55:57 -05:00
Avoid AlreadyCalledError from EDU sending failures
This commit is contained in:
parent
c46c806126
commit
b1da3fa0a7
@ -541,7 +541,8 @@ class _TransactionQueue(object):
|
||||
)
|
||||
|
||||
def eb(failure):
|
||||
deferred.errback(failure)
|
||||
if not deferred.called:
|
||||
deferred.errback(failure)
|
||||
self._attempt_new_transaction(destination).addErrback(eb)
|
||||
|
||||
return deferred
|
||||
|
Loading…
x
Reference in New Issue
Block a user