diff --git a/lbrynet/dht/protocol.py b/lbrynet/dht/protocol.py index 37c855c50..8f1d0fd87 100644 --- a/lbrynet/dht/protocol.py +++ b/lbrynet/dht/protocol.py @@ -321,3 +321,4 @@ class KademliaProtocol(protocol.DatagramProtocol): except Exception, e: log.exception('Failed to cancel %s', self._callLaterList[key]) del self._callLaterList[key] + reactor.iterate()