Hi,
I am creating a new driver for internal purpose, based on the official Twisted driver.
I kept the same class name (SupyReconnectingFactory) and kept the "Driver = SupyReconnectingFactory".
But, when running with this driver, I got this error:
WARNING 2011-05-06T18:28:17 Driver TwistedRunnerDriver already added, killing
it.
INFO 2011-05-06T18:28:17 Removing driver TwistedRunnerDriver.
And then, many:
ERROR 2011-05-06T18:28:34 Schedule is the only remaining driver, why do we continue to live?
Regards,
ProgVal