1
0

Behaviour confirmed reasonable-seeming

This commit is contained in:
Olivier Wilkinson (reivilibre)
2020-08-26 20:31:57 +01:00
parent 33874d4e54
commit c1a2b680c4

View File

@@ -246,9 +246,8 @@ class PerDestinationQueue(object):
# this keeps the catching-up logic simple
await self._catch_up_transmission_loop()
if self._catching_up:
# XXX if we aren't actually caught up still, shouldn't
# carry on to the main loop
# (but need to consider what we do in a failure...?)
# if we aren't actually caught up yet, shouldn't carry on to
# the main loop
return
pending_pdus = []