_rendezvous: add note to use EventualQueue

This commit is contained in:
Brian Warner 2018-06-30 15:25:38 -07:00
parent 6cfabba31a
commit cd6ae6390f

View File

@ -89,6 +89,7 @@ class RendezvousConnector(object):
# if the initial connection fails, signal an error and shut down. do
# this in a different reactor turn to avoid some hazards
d.addBoth(lambda res: task.deferLater(self._reactor, 0.0, lambda: res))
# TODO: use EventualQueue
d.addErrback(self._initial_connection_failed)
self._debug_record_inbound_f = None