Re: [Discuss-gnuradio] Messages and flow-graph termination

2014-07-30 Thread Tom Rondeau
On Wed, Jul 30, 2014 at 9:36 AM, Daniele Nicolodi wrote: > On 30/07/2014 15:27, Tom Rondeau wrote: > > On Wed, Jul 30, 2014 at 7:50 AM, Daniele Nicolodi > > wrote: > > > > Hello, > > > > as soon as I introduce a pair of block publishing and consuming > > me

Re: [Discuss-gnuradio] Messages and flow-graph termination

2014-07-30 Thread Daniele Nicolodi
On 30/07/2014 15:27, Tom Rondeau wrote: > On Wed, Jul 30, 2014 at 7:50 AM, Daniele Nicolodi > wrote: > > Hello, > > as soon as I introduce a pair of block publishing and consuming > messages, the GNURadio scheduler (version 3.7.2) does not terminate the >

Re: [Discuss-gnuradio] Messages and flow-graph termination

2014-07-30 Thread Tom Rondeau
On Wed, Jul 30, 2014 at 7:50 AM, Daniele Nicolodi wrote: > Hello, > > as soon as I introduce a pair of block publishing and consuming > messages, the GNURadio scheduler (version 3.7.2) does not terminate the > execution of the flow-graph when the stream sources signal the end of > the stream. > >

[Discuss-gnuradio] Messages and flow-graph termination

2014-07-30 Thread Daniele Nicolodi
Hello, as soon as I introduce a pair of block publishing and consuming messages, the GNURadio scheduler (version 3.7.2) does not terminate the execution of the flow-graph when the stream sources signal the end of the stream. This is also reflected in how the test case qa_python_message_passing ch