Re: [Twisted-Python] Problem exiting script that calls a func returning a called deferred
April 25, 2008
10:04 a.m.
Hi Amaury
did you try something like:
def stop(x): reactor.callLater(0, reactor.stop)
This ensures that the reactor is started before you tell it to stop.
That's perfect, thanks. Terry
6572
Age (days ago)
6572
Last active (days ago)
0 comments
1 participants
participants (1)
-
Terry Jones