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
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