Re: Stopping and Starting Flowgraphs in Python

2019-11-23 Thread Kevin Reid
On Sat, Nov 23, 2019 at 6:57 PM Richard Bell wrote: > I'm trying to transmit and receive small chunks of data in between data > processing steps. I can only get the first chunk of data across, after > that, calling tx.start() and rx.start() does not seems to work. The > flowgraphs I'm starting

Stopping and Starting Flowgraphs in Python

2019-11-23 Thread Richard Bell
Hello, I'm trying to transmit and receive small chunks of data in between data processing steps. I can only get the first chunk of data across, after that, calling tx.start() and rx.start() does not seems to work. The flowgraphs I'm starting have head() blocks in them that are responsible for