[Twisted-Python] Calling reactor.run() / reactor.stop() twice

Jean-Paul Calderone exarkun at divmod.com
Tue Nov 13 17:14:22 EST 2007


On Tue, 13 Nov 2007 15:43:23 -0600, John Dawson <jdawson at io.com> wrote:
>Hi,
>
>The following Twisted code hangs, since the second call to
>reactor.stop() doesn't seem to really stop the reactor.  Is this a bug
>in Twisted, or is it impermissible to run/stop a reactor more than
>once?

The latter.

Jean-Paul




More information about the Twisted-Python mailing list