[Pysnmp-dev] TwistedDispatcher timeout loopingcall
Brought to you by:
elie
From: nver i. <nv...@gm...> - 2011-06-23 09:53:58
|
Hi Ilya, Could you please review the stopping condition for TwistedDispatcher.loopingcall in TwistedDispatcher.unregisterTransport() ? # The last transport has been removed, stop the timeout if self.__transportCount > 0 and self.loopingcall.running: self.loopingcall.stop() It seems that loopingcall.stop() is called while removing one of multiple transports instead of the last one. Best regards, nver |