dendrite/federationsender/queue
Kegan Dougal 51a7f4bb7c bugfix: continue sending PDUs if ones are added whilst sending another PDU
Without this, the queue goes back to sleep on `<-oq.notifyPDUs` which won't
fire because `pendingPDUs` is already > 0. This should fix a flakey sytest.
2020-07-07 14:27:45 +01:00
..
destinationqueue.go bugfix: continue sending PDUs if ones are added whilst sending another PDU 2020-07-07 14:27:45 +01:00
queue.go Wake up destination queues more aggressively (#1183) 2020-07-03 16:31:56 +01:00