txamqp-user team mailing list archive
-
txamqp-user team
-
Mailing list archive
-
Message #00062
Re: Opening and closing clients from a long running twisted
Hi again,
On Wed, Aug 25, 2010 at 2:51 PM, matteo brancaleoni
<mbrancaleoni@xxxxxxxxx> wrote:
> What I cannot understand, is a very simple task: how can I
> close clients from the client to the server ?
seems that using txclient.transport.connector.disconnect()
(txclient is a ThriftAMQClient instance) does the trick.
is this the right way to do it?
thanks,
matteo
References