@andrestaltz currently you need to use pull-more like this: https://github.com/dominictarr/patchapp-threads/blob/master/public.js#L31-L42 that will only read a fixed number of messages and not request more until you've used them.
I'm making good progress with push-mux (this morning I just implemented a first go at per stream flow control and it's working!)