[Twisted-Python] How to forcibly disconnect PB client?

Tommi Virtanen tv at twistedmatrix.com
Thu Aug 25 10:10:46 MDT 2005


David Guaraglia wrote:
> class MyPBFactory(PBServerFactory):
>    protocol = MyBroker
>    connections = []
>    ....

That makes all MyPBFactory instances' connections attribute refer to the
same list. That may not be what you wanted.




More information about the Twisted-Python mailing list