On Sep 8, 2015, at 9:07 AM, Phil Mayers <p.mayers@imperial.ac.uk> wrote:

Load the resources in a callback using "reactor.callWhenRunning" and only then call reactor.listenTCP or whatever.

Just trying to use every opportunity I can to say this: don't use listenTCP, use endpoints: https://twistedmatrix.com/documents/15.4.0/core/howto/endpoints.html

:)

-glyph