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
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