Re: Missing Features: Stream Control

2013-10-18 Thread Adam Roach
On 10/18/13 11:56, Aymeric Vitte wrote: Regarding your proposal I was about to propose to add about the same thing in Streams: at least a stop method (which would send an EOF) and maybe a resume method, or something like your pause/unpause. To be clear, the .enabled flag and .stop() method

Re: Missing Features: Stream Control

2013-10-18 Thread Adam Roach
On 10/18/13 12:47, Aymeric Vitte wrote: Le 18/10/2013 19:13, Adam Roach a écrit : To be clear, the .enabled flag and .stop() method are already there, and they already pause/unpause the stream and tear it down, respectively. I'm just proposing concrete semantics for how they interact