Aug. 25, 2008
6:28 p.m.
On Mon, 25 Aug 2008 19:22:10 +0100, A <aldoogy@gmail.com> wrote:
Thanks, so out of curiosity , does Factory.buildProtocol() get called after PBClientFactory.clientConnectionMade(self,broker) ? http://twistedmatrix.com/trac/browser/tags/releases/twisted-8.1.0/twisted/sp...
No, buildProtocol gets called first.
Is the broker parameter a reference to the class rather than an instance of Broker ?
The `broker“ parameter is an instance of `Broker“. Jean-Paul