[Twisted-Python] Re: PBServerFactory - which client disconnected?

2009-04-02 Thread Mike Stoddart
return broker reactor.listenTCP(, MyServerFactory(MyServerObject())) reactor.run() On Thu, Apr 2, 2009 at 8:02 AM, Mike Stoddart wrote: > I'm experimenting with Twisted Spread for a registry server, among other > things. I'm just curious how the onDisconnect function kn

[Twisted-Python] PBServerFactory - which client disconnected?

2009-04-02 Thread Mike Stoddart
I'm experimenting with Twisted Spread for a registry server, among other things. I'm just curious how the onDisconnect function knows which client disconnected? I'm also curious why the PBServerFactory class doesn't have a disconnection function to complement clientConnectionMade? I don't need secu