[Twisted-Python] Lost connection on PbServerFactory
Jean-Paul Calderone
exarkun at divmod.com
Wed Apr 2 06:50:08 MDT 2008
On Wed, 02 Apr 2008 13:33:58 +0100, Simon Pickles <sipickles at hotmail.com> wrote:
>Hi,
>
>I notice PbServerFactory has a clientConnectionMade method, but no
>clientConnectionLost.
>
>What is the correct way for a pb server to know a connection is down?
>
>Many thanks
Broker and RemoteReference both have a `notifyOnDisconnect´ method which can
be used for this.
Jean-Paul
More information about the Twisted-Python
mailing list