On Apr 9, 2013, at 2:48 AM, Sergey Gerasimov <ser...@gmail.com> wrote:
> Hello to all! > > I see in the log file many failures like: > [Broker, client Failure: twisted.spread.pb.PBConnectionLost: [Failure > instance: Traceback (failure with no frames): < class > ‘twisted.internet.error.ConnectionDone’>: Connection was closed cleanly.] > > All communications via PB use loopback in my program. > > I don’t see any unhandled exceptions.. > > What is reason of these errors? My guess is that this means that you made a callRemote call, and the other end closed the connection for some reason before it shut down. Maybe you have implemented a 'quit' command that calls loseConnection on the transport, which would make this happen almost all the time. In order to actually say though, you'd have to attach a simple program that could reproduce this issue. See <http://sscce.org>. -g
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python