Re: [Twisted-Python] Looping in a deffered

2009-09-05 Thread exarkun
On 02:49 am, jjo...@nextdigital.com wrote: >I'm trying to make a simple deferred that will continue get a message >of >a message queue, process it and then wait for another message. > >While I can get the first message easily I am unable to work out how I >can get a second message without creating

[Twisted-Python] Looping in a deffered

2009-09-04 Thread John Joske
I'm trying to make a simple deferred that will continue get a message of a message queue, process it and then wait for another message. While I can get the first message easily I am unable to work out how I can get a second message without creating a new deferred in the printMsg function, which