Re: [Twisted-Python] Multiplexing streams with Conch

2013-08-06 Thread Laurens Van Houtven
On Tue, Aug 6, 2013 at 2:14 AM, wrote: > This is still sort of incomprehensible to me. For example, you haven't > even said whether you're trying to develop the server side of this, the > client side, both, or what. I'm definitely trying to write the server. I'm hoping to be able to get out fr

Re: [Twisted-Python] Help with trial test failure

2013-08-06 Thread Benjamin BERTRAND
Le 6 août 2013 à 08:28, Glyph a écrit : > > On Aug 5, 2013, at 2:09 AM, Benjamin BERTRAND wrote: > >> That's why the inlineCallbacks solves the problem. When I yield on the >> self.server.dataReceived, I wait for the deferred in the publish methods to >> fire and everything is clean when I

Re: [Twisted-Python] Help with trial test failure

2013-08-06 Thread Piper Masden
On Tue, Aug 6, 2013 at 2:33 PM, Benjamin BERTRAND wrote: > > I guess it's possible to use a synthetic transport, but that wouldn't help > much without a "fake" redis server. > That would indeed be nice to have for testing. > > I actually just found a dummy txredis client that implements everythin